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
11 changes: 1 addition & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,6 @@ jobs:
- "8.0"
- "9.0"
- "10.0"
exclude:
- container_image: docker.io/library/alpine:latest
dotnet_version: "9.0"
- container_image: docker.io/library/alpine:edge
dotnet_version: "9.0"
- container_image: docker.io/library/alpine:latest
dotnet_version: "10.0"
- container_image: docker.io/library/alpine:edge
dotnet_version: "10.0"


container:
image: ${{ matrix.container_image }}
Expand Down Expand Up @@ -79,6 +69,7 @@ jobs:
if grep edge /etc/os-release; then
echo "https://dl-cdn.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories
fi
apk upgrade -a
apk add dotnet-sdk-${{ matrix.dotnet_version }} dotnet-doc
apk add \
dotnet-sdk-dbg-${{ matrix.dotnet_version }} \
Expand Down
1 change: 1 addition & 0 deletions lttng/test.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"runtime=mono", // mono does not use lttng
],
"ignoredRIDs":[
"alpine", // lttng <=2,13,0 is broken
"centos",
"fedora", // see https://github.com/redhat-developer/dotnet-regular-tests/issues/202
"rhel"
Expand Down
1 change: 1 addition & 0 deletions system-libunwind/test.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"type": "bash",
"cleanup": true,
"skipWhen": [
"os=alpine,version=10",// system libunwind broken on dotnet10
"os=fedora", // using bundled libunwind
"vmr-ci", // using system libunwind is configured in the rpm build
"runtime=mono", // mono does not use libunwind
Expand Down