-
-
Notifications
You must be signed in to change notification settings - Fork 222
feat: packaging native runtime libs #2781
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
Merged
Merged
Changes from all commits
Commits
Show all changes
56 commits
Select commit
Hold shift + click to select a range
42bdafd
packaging native runtime libs
vaind 7aeecfc
build sentry-native in CI
vaind a50766a
fix build-sentry-native.ps1
vaind e42c103
rename ci job
vaind 05e7300
fix windows build of sentry-native
vaind 0eec224
cache sentry-native build
vaind 5594899
fix build job
vaind a7708bd
use cache to transfer artifacts
vaind 36bab5c
fix
vaind 3b00429
fix git attributes autocrlf on windows for ps1 scripts
vaind 72e1dfb
fix sentry-native restore across OSs
vaind 37c9f53
wip: integration tests
vaind a6caba6
fix: aot helper
vaind 72ea7d0
fix aot integration test
vaind 893a133
integration test ci
vaind 614e99a
improve AOT integration tests
vaind f70c219
speed up integration test
vaind d591d68
todo
vaind 2b3ffb0
ci: build.yml fixes
vaind cbe73cf
cleanups
vaind 70f7706
integration test fixes
vaind a5ce6d0
suppress aot warning
vaind bf7f007
integration test fixes
vaind f8892ca
fix sentry-native packaging path
vaind 3529509
ci: sparse checkout in integration test
vaind 147ccc0
exclude parent props in the temp dir
vaind 8e4b806
ci: fix sparse checkout
vaind 8a157d2
fix package transitive targets
vaind e60a214
fix sparse checkout
vaind fc68386
trailing whitespace
vaind 77ca12c
fix tests
vaind 3984dec
restore workloads
vaind 943e848
fix macos
vaind b1a2996
fixes
vaind 13f805c
fixes
vaind 9f731b2
fixes
vaind 385547b
move integration tests to a single directory
vaind 7c9d479
linux fixes
vaind a9f579d
minor changes
vaind 9fcc6bb
install android workload
vaind 8856880
docs
vaind 422e8d8
try to fix maui test
vaind c656741
Update build.yml
jamescrosswell 2cd789a
Update build.yml
jamescrosswell 66faff5
Reset build.yml
jamescrosswell 6b0f62e
try to fix maui build
vaind 5777a5e
skip maui cli tests for now
vaind 9ff35c1
try to fix maui
vaind 3a2480a
Merge branch 'feat/4.0.0' into chore/native-packaging
vaind dfd4ac9
cleanup
vaind df26775
one last chance for maui
vaind 2324356
runtime tests for AOT helper
vaind 46d520c
disable MAUI CLI test
vaind 7fb25e4
Delete src/Sentry/Platforms/Native/runtimes/osx/native/libsentry-nati…
vaind 8318720
fix CLI upload inside sentry repo
vaind d7e95de
fix test compilation
vaind File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
*-app | ||
packages |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
<Project> | ||
<!-- Don't include parent Directory.Build.props --> | ||
</Project> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
<Project> | ||
<!-- Don't include parent Directory.Build.targets --> | ||
</Project> |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.