Skip to content

Commit

Permalink
Experiment: linux.yaml RH ubi8 Test
Browse files Browse the repository at this point in the history
  • Loading branch information
dgreatwood committed Nov 10, 2024
1 parent 2d573ad commit 0931cbb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,11 @@ on:
push:
branches:
- master
- RHubi8FindLinker # !!!!!!!! Remove
pull_request:
branches:
- master
- RHubi8FindLinker # !!!!!!!! Remove

defaults:
run:
Expand All @@ -25,8 +27,11 @@ 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' ]
compiler: [ 'gcc', 'clang' ]
# !!!!!!!! Put back
# os: [ 'debian:stable', 'debian:testing', 'registry.access.redhat.com/ubi8/ubi-minimal', 'registry.access.redhat.com/ubi9/ubi-minimal' ]
# compiler: [ 'gcc', 'clang' ]
os: [ 'registry.access.redhat.com/ubi8/ubi-minimal' ]
compiler: [ 'clang' ]
sanitizer: [ 'address', 'undefined', 'none' ] # ThreadSanitizer reports errors
tls: [ 'true', 'false' ]
exclude:
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.4.11.20241018
0.4.12.20241109

0 comments on commit 0931cbb

Please sign in to comment.