-
-
Notifications
You must be signed in to change notification settings - Fork 226
WIP: fix: support musl on Linux #4182
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
Closed
Closed
Changes from 7 commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
8f3d7d9
fix: support musl on Linux
jpnurmi 6fbf768
chore: add Sentry-CI-Build-Linux-musl.slnf
jpnurmi e782535
WIP: ci: try build on alpine
jpnurmi f877e5b
ci: mono is not available in 3.21 - only in edge
jpnurmi 0e6078f
ci: try build-sentry-native on oldest supported stable alpine:3.18
jpnurmi e30dd8f
3.19 ?
jpnurmi aca0497
try and see what happens with the integration test
jpnurmi 1ed340c
install pester
jpnurmi 6e39010
ghcr: alpine:dotnet-9.0
jpnurmi 4b8ad00
ci: matrix.include
jpnurmi c4f9d69
ghcr: alpine:edge
jpnurmi f5b5cdb
ghcr: alpine:3.19 & 3.21
jpnurmi 9960e96
Update CHANGELOG.md
jpnurmi 78307f0
sentry-native: 0.8.5
jpnurmi 049de1f
fix: freediskspace on alpine
jpnurmi 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,74 @@ | ||
| { | ||
| "solution": { | ||
| "path": ".generated.NoMobile.sln", | ||
| "projects": [ | ||
| "benchmarks\\Sentry.Benchmarks\\Sentry.Benchmarks.csproj", | ||
| "samples\\Sentry.Samples.AspNetCore.Basic\\Sentry.Samples.AspNetCore.Basic.csproj", | ||
| "samples\\Sentry.Samples.AspNetCore.Blazor.Server\\Sentry.Samples.AspNetCore.Blazor.Server.csproj", | ||
| "samples\\Sentry.Samples.AspNetCore.Blazor.Wasm\\Sentry.Samples.AspNetCore.Blazor.Wasm.csproj", | ||
| "samples\\Sentry.Samples.AspNetCore.Grpc\\Sentry.Samples.AspNetCore.Grpc.csproj", | ||
| "samples\\Sentry.Samples.AspNetCore.Mvc\\Sentry.Samples.AspNetCore.Mvc.csproj", | ||
| "samples\\Sentry.Samples.AspNetCore.Serilog\\Sentry.Samples.AspNetCore.Serilog.csproj", | ||
| "samples\\Sentry.Samples.AspNetCore.WebAPI.Profiling\\Sentry.Samples.AspNetCore.WebAPI.Profiling.csproj", | ||
| "samples\\Sentry.Samples.Aws.Lambda.AspNetCoreServer\\Sentry.Samples.Aws.Lambda.AspNetCoreServer.csproj", | ||
| "samples\\Sentry.Samples.Azure.Functions.Worker\\Sentry.Samples.Azure.Functions.Worker.csproj", | ||
| "samples\\Sentry.Samples.Console.Basic\\Sentry.Samples.Console.Basic.csproj", | ||
| "samples\\Sentry.Samples.Console.Customized\\Sentry.Samples.Console.Customized.csproj", | ||
| "samples\\Sentry.Samples.Console.HeapDump\\Sentry.Samples.Console.HeapDump.csproj", | ||
| "samples\\Sentry.Samples.Console.Native\\Sentry.Samples.Console.Native.csproj", | ||
| "samples\\Sentry.Samples.Console.Profiling\\Sentry.Samples.Console.Profiling.csproj", | ||
| "samples\\Sentry.Samples.EntityFramework\\Sentry.Samples.EntityFramework.csproj", | ||
| "samples\\Sentry.Samples.GenericHost\\Sentry.Samples.GenericHost.csproj", | ||
| "samples\\Sentry.Samples.Google.Cloud.Functions\\Sentry.Samples.Google.Cloud.Functions.csproj", | ||
| "samples\\Sentry.Samples.GraphQL.Client.Http\\Sentry.Samples.GraphQL.Client.Http.csproj", | ||
| "samples\\Sentry.Samples.GraphQL.Server\\Sentry.Samples.GraphQL.Server.csproj", | ||
| "samples\\Sentry.Samples.Hangfire\\Sentry.Samples.Hangfire.csproj", | ||
| "samples\\Sentry.Samples.Log4Net\\Sentry.Samples.Log4Net.csproj", | ||
| "samples\\Sentry.Samples.ME.Logging\\Sentry.Samples.ME.Logging.csproj", | ||
| "samples\\Sentry.Samples.NLog\\Sentry.Samples.NLog.csproj", | ||
| "samples\\Sentry.Samples.OpenTelemetry.AspNetCore\\Sentry.Samples.OpenTelemetry.AspNetCore.csproj", | ||
| "samples\\Sentry.Samples.OpenTelemetry.Console\\Sentry.Samples.OpenTelemetry.Console.csproj", | ||
| "samples\\Sentry.Samples.Serilog\\Sentry.Samples.Serilog.csproj", | ||
| "src\\Sentry.Analyzers\\Sentry.Analyzers.csproj", | ||
| "src\\Sentry.AspNet\\Sentry.AspNet.csproj", | ||
| "src\\Sentry.AspNetCore.Blazor.WebAssembly\\Sentry.AspNetCore.Blazor.WebAssembly.csproj", | ||
| "src\\Sentry.AspNetCore.Grpc\\Sentry.AspNetCore.Grpc.csproj", | ||
| "src\\Sentry.AspNetCore\\Sentry.AspNetCore.csproj", | ||
| "src\\Sentry.Azure.Functions.Worker\\Sentry.Azure.Functions.Worker.csproj", | ||
| "src\\Sentry.DiagnosticSource\\Sentry.DiagnosticSource.csproj", | ||
| "src\\Sentry.EntityFramework\\Sentry.EntityFramework.csproj", | ||
| "src\\Sentry.Extensions.Logging\\Sentry.Extensions.Logging.csproj", | ||
| "src\\Sentry.Google.Cloud.Functions\\Sentry.Google.Cloud.Functions.csproj", | ||
| "src\\Sentry.Hangfire\\Sentry.Hangfire.csproj", | ||
| "src\\Sentry.Log4Net\\Sentry.Log4Net.csproj", | ||
| "src\\Sentry.NLog\\Sentry.NLog.csproj", | ||
| "src\\Sentry.OpenTelemetry\\Sentry.OpenTelemetry.csproj", | ||
| "src\\Sentry.Profiling\\Sentry.Profiling.csproj", | ||
| "src\\Sentry.Serilog\\Sentry.Serilog.csproj", | ||
| "src\\Sentry.SourceGenerators\\Sentry.SourceGenerators.csproj", | ||
| "src\\Sentry\\Sentry.csproj", | ||
| "test\\Sentry.Analyzers.Tests\\Sentry.Analyzers.Tests.csproj", | ||
| "test\\Sentry.AspNet.Tests\\Sentry.AspNet.Tests.csproj", | ||
| "test\\Sentry.AspNetCore.Grpc.Tests\\Sentry.AspNetCore.Grpc.Tests.csproj", | ||
| "test\\Sentry.AspNetCore.Tests\\Sentry.AspNetCore.Tests.csproj", | ||
| "test\\Sentry.AspNetCore.TestUtils\\Sentry.AspNetCore.TestUtils.csproj", | ||
| "test\\Sentry.Azure.Functions.Worker.Tests\\Sentry.Azure.Functions.Worker.Tests.csproj", | ||
| "test\\Sentry.DiagnosticSource.IntegrationTests\\Sentry.DiagnosticSource.IntegrationTests.csproj", | ||
| "test\\Sentry.DiagnosticSource.Tests\\Sentry.DiagnosticSource.Tests.csproj", | ||
| "test\\Sentry.EntityFramework.Tests\\Sentry.EntityFramework.Tests.csproj", | ||
| "test\\Sentry.Extensions.Logging.Tests\\Sentry.Extensions.Logging.Tests.csproj", | ||
| "test\\Sentry.Google.Cloud.Functions.Tests\\Sentry.Google.Cloud.Functions.Tests.csproj", | ||
| "test\\Sentry.Hangfire.Tests\\Sentry.Hangfire.Tests.csproj", | ||
| "test\\Sentry.Log4Net.Tests\\Sentry.Log4Net.Tests.csproj", | ||
| "test\\Sentry.NLog.Tests\\Sentry.NLog.Tests.csproj", | ||
| "test\\Sentry.OpenTelemetry.Tests\\Sentry.OpenTelemetry.Tests.csproj", | ||
| "test\\Sentry.Profiling.Tests\\Sentry.Profiling.Tests.csproj", | ||
| "test\\Sentry.Serilog.Tests\\Sentry.Serilog.Tests.csproj", | ||
| "test\\Sentry.SourceGenerators.Tests\\Sentry.SourceGenerators.Tests.csproj", | ||
| "test\\Sentry.Testing.CrashableApp\\Sentry.Testing.CrashableApp.csproj", | ||
| "test\\Sentry.Testing\\Sentry.Testing.csproj", | ||
| "test\\Sentry.Tests\\Sentry.Tests.csproj", | ||
| "test\\SingleFileTestApp\\SingleFileTestApp.csproj" | ||
| ] | ||
| } | ||
| } |
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
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.