-
Notifications
You must be signed in to change notification settings - Fork 0
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
Conversation
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
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? |
There was a problem hiding this 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
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Enable CI for building binary releases of the Sentry SDK for Windows.