Skip to content

Commit

Permalink
linux.yaml RedHat experiment
Browse files Browse the repository at this point in the history
  • Loading branch information
dgreatwood committed Nov 12, 2024
1 parent c68419e commit ee704ce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ 'debian:stable', 'debian:testing', 'registry.access.redhat.com/ubi8/ubi-minimal', 'registry.access.redhat.com/ubi9/ubi-minimal' ]
os: [ 'registry.access.redhat.com/ubi8/ubi-minimal', 'registry.access.redhat.com/ubi9/ubi-minimal' ]
compiler: [ 'gcc', 'clang' ]
sanitizer: [ 'address', 'undefined', 'none' ] # ThreadSanitizer reports errors
tls: [ 'true', 'false' ]
sanitizer: [ 'none' ] # ThreadSanitizer reports errors
tls: [ 'true' ]
exclude:
- os: 'registry.access.redhat.com/ubi8/ubi-minimal'
sanitizer: 'address'
Expand Down

0 comments on commit ee704ce

Please sign in to comment.