Skip to content

Commit

Permalink
fixup! fixup! fixup! ci: update ubuntu22.04 builds with clang14+asan
Browse files Browse the repository at this point in the history
  • Loading branch information
catenacyber committed Mar 14, 2024
1 parent 82cf38a commit 95ececa
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1471,6 +1471,9 @@ jobs:
ubuntu-22-04-cov-fuzz:
name: Ubuntu 22.04 (fuzz corpus coverage)
runs-on: ubuntu-latest
container:
image: ubuntu:22.04
options: --privileged
needs: [prepare-deps, prepare-cbindgen]
steps:
- name: Cache ~/.cargo
Expand Down Expand Up @@ -1734,6 +1737,9 @@ jobs:
ubuntu-22-04-debug-validation:
name: Ubuntu 22.04 (Debug Validation)
runs-on: ubuntu-22.04
container:
image: ubuntu:22.04
options: --privileged
needs: [prepare-deps, prepare-cbindgen]
steps:

Expand Down

0 comments on commit 95ececa

Please sign in to comment.