Skip to content

Commit

Permalink
Removing the commented out distros from the sanitizers CI as that may…
Browse files Browse the repository at this point in the history
… interfere with the test
  • Loading branch information
MariusNi committed Oct 23, 2024
1 parent 6745d5c commit e823547
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/ci-sanitizers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,21 +23,6 @@ jobs:
run: |
matrix="$(cat <<'EOL'
[
# { "name": "almalinux-9", "arch": "amd64", "tag": "latest" },
# { "name": "amazonlinux-2", "arch": "amd64", "tag": "latest" },
# { "name": "centos-7", "arch": "amd64", "tag": "latest" },
# { "name": "centos-8", "arch": "amd64", "tag": "latest" },
# { "name": "debian-10", "arch": "amd64", "tag": "latest" },
# { "name": "debian-11", "arch": "amd64", "tag": "latest" },
# { "name": "debian-12", "arch": "amd64", "tag": "latest" },
# { "name": "mariner-2", "arch": "amd64", "tag": "latest" },
# { "name": "oraclelinux-7", "arch": "amd64", "tag": "latest" },
# { "name": "oraclelinux-8", "arch": "amd64", "tag": "latest" },
# { "name": "rhel-7", "arch": "amd64", "tag": "latest" },
# { "name": "rhel-8", "arch": "amd64", "tag": "latest" },
# { "name": "rhel-9", "arch": "amd64", "tag": "latest" },
# { "name": "sles-15", "arch": "amd64", "tag": "latest" },
# { "name": "ubuntu-20.04", "arch": "amd64", "tag": "latest" },
{ "name": "ubuntu-22.04", "arch": "amd64", "tag": "latest" }
]
EOL
Expand Down

0 comments on commit e823547

Please sign in to comment.