Skip to content

Commit

Permalink
clang v2 image
Browse files Browse the repository at this point in the history
  • Loading branch information
hrzlgnm committed Oct 26, 2024
1 parent cc379a6 commit 28c13e5
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- {
runs_on: ubuntu-latest,
name: "Clang 13 libc++",
container: "ghcr.io/hrzlgnm/monkey-github-builder-clang:v1",
container: "ghcr.io/hrzlgnm/monkey-github-builder-clang:v2",
CC: clang-13,
CXX: clang++-13,
CFLAGS: "-stdlib=libc++",
Expand All @@ -58,7 +58,7 @@ jobs:
- {
runs_on: ubuntu-latest,
name: "Clang 13 libstdc++",
container: "ghcr.io/hrzlgnm/monkey-github-builder-clang:v1",
container: "ghcr.io/hrzlgnm/monkey-github-builder-clang:v2",
CC: clang-13,
CXX: clang++-13,
CFLAGS: "-stdlib=libstdc++",
Expand All @@ -69,7 +69,7 @@ jobs:
- {
runs_on: ubuntu-latest,
name: "Clang 13 ASAN+UBSAN libstdc++",
container: "ghcr.io/hrzlgnm/monkey-github-builder-clang:v1",
container: "ghcr.io/hrzlgnm/monkey-github-builder-clang:v2",
CC: clang-13,
CXX: clang++-13,
CFLAGS: "-fsanitize=address,undefined -fsanitize-address-use-after-scope -fno-sanitize-recover=address,undefined -stdlib=libstdc++",
Expand All @@ -81,7 +81,7 @@ jobs:
- {
runs_on: ubuntu-latest,
name: "Clang 13 Release libstdc++",
container: "ghcr.io/hrzlgnm/monkey-github-builder-clang:v1",
container: "ghcr.io/hrzlgnm/monkey-github-builder-clang:v2",
CC: clang-13,
CXX: clang++-13,
CFLAGS: "-stdlib=libstdc++",
Expand All @@ -92,7 +92,7 @@ jobs:
- {
runs_on: ubuntu-latest,
name: "Clang 15 musl",
container: "ghcr.io/hrzlgnm/monkey-github-builder-void-linux-musl-clang:v1",
container: "ghcr.io/hrzlgnm/monkey-github-builder-void-linux-musl-clang:v2",
CC: clang,
CXX: clang++,
CFLAGS: "",
Expand All @@ -103,7 +103,7 @@ jobs:
- {
runs_on: ubuntu-latest,
name: "Clang 15 musl ASAN+UBSAN",
container: "ghcr.io/hrzlgnm/monkey-github-builder-void-linux-musl-clang:v1",
container: "ghcr.io/hrzlgnm/monkey-github-builder-void-linux-musl-clang:v2",
CC: clang,
CXX: clang++,
CFLAGS: "-fsanitize=address,undefined -fsanitize-address-use-after-scope -fno-sanitize-recover=address,undefined -fuse-ld=gold",
Expand All @@ -115,7 +115,7 @@ jobs:
- {
runs_on: ubuntu-latest,
name: "Clang 15 musl Release",
container: "ghcr.io/hrzlgnm/monkey-github-builder-void-linux-musl-clang:v1",
container: "ghcr.io/hrzlgnm/monkey-github-builder-void-linux-musl-clang:v2",
CC: clang,
CXX: clang++,
CFLAGS: "",
Expand Down

0 comments on commit 28c13e5

Please sign in to comment.