Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BCNY CI Support #1

Merged
merged 14 commits into from
Nov 28, 2023
Merged

BCNY CI Support #1

merged 14 commits into from
Nov 28, 2023

Conversation

compnerd
Copy link
Collaborator

Enable CI for building binary releases of the Sentry SDK for Windows.

Use recursive cloning for submodules to get the full tree that we need to build.
Add missing line continuations
Adjust the build rules to stage and package up an artifact with the release content. This will enable us to create releases to avoid constantly having to build the dependencies.
Forcefully update the zlib on ARM64 to try to get an early working build.
Tweak the workaround step
@compnerd compnerd requested a review from brianmichel November 28, 2023 17:57
@brianmichel
Copy link

How is this going to interface with https://github.com/thebrowsercompany/swift-sentry/blob/main/.github/workflows/sentry-native-windows.yml? We build sentry-native with a nuspec from the swift-sentry repo. Is it possible to use these changes in that Github Action workflow?

Copy link

@brianmichel brianmichel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Mostly looks good to me, but needs to be updated to copy all of the files into the archives

.github/workflows/bcny-ci.yml Outdated Show resolved Hide resolved
@compnerd compnerd requested a review from brianmichel November 28, 2023 20:53
Copy link

@brianmichel brianmichel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@compnerd compnerd merged commit e73c66e into master Nov 28, 2023
2 checks passed
@compnerd compnerd deleted the compnerd/ci branch November 28, 2023 22:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants