diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 009e835b..43cd368a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 }} @@ -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 }} \ diff --git a/lttng/test.json b/lttng/test.json index 5bc879a1..575f84dc 100644 --- a/lttng/test.json +++ b/lttng/test.json @@ -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" diff --git a/system-libunwind/test.json b/system-libunwind/test.json index aaa8e536..e5314f4d 100644 --- a/system-libunwind/test.json +++ b/system-libunwind/test.json @@ -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