Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,17 +86,17 @@ jobs:
slnf: Sentry-CI-Build-Linux.slnf
- os: ubuntu-22.04-arm
rid: linux-arm64
slnf: Sentry-CI-Build-Linux-arm64.slnf
slnf: Sentry-CI-Build-Linux-NoMobile.slnf
- os: ubuntu-latest
rid: linux-musl-x64
slnf: Sentry-CI-Build-Linux-musl.slnf
slnf: Sentry-CI-Build-Linux-NoMobile.slnf
container:
image: ghcr.io/getsentry/sentry-dotnet-alpine:3.21
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- os: ubuntu-24.04-arm
rid: linux-musl-arm64
slnf: Sentry-CI-Build-Linux-musl.slnf
slnf: Sentry-CI-Build-Linux-NoMobile.slnf
container:
image: ghcr.io/getsentry/sentry-dotnet-alpine:3.21
volumes:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"solution": {
"path": "Sentry.sln",
"path": ".generated.NoMobile.sln",
"projects": [
"benchmarks\\Sentry.Benchmarks\\Sentry.Benchmarks.csproj",
"samples\\Sentry.Samples.AspNetCore.Basic\\Sentry.Samples.AspNetCore.Basic.csproj",
Expand Down
72 changes: 0 additions & 72 deletions Sentry-CI-Build-Linux-musl.slnf

This file was deleted.

18 changes: 2 additions & 16 deletions scripts/generate-solution-filters-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,22 +50,8 @@ filterConfigs:
- "**/*DeviceTests*.csproj"
- "**/*Maui.Device.TestApp.csproj"

- outputPath: Sentry-CI-Build-Linux-arm64.slnf
include:
groups:
- "allProjects"
exclude:
groups:
- "macOnly"
- "windowsOnly"
- "artefacts"
- "trimTests"
patterns:
- "**/*Android*.csproj"
- "**/*DeviceTests*.csproj"
- "**/*Maui*.csproj"

- outputPath: Sentry-CI-Build-Linux-musl.slnf
- outputPath: Sentry-CI-Build-Linux-NoMobile.slnf
solution: .generated.NoMobile.sln
include:
groups:
- "allProjects"
Expand Down
Loading