Skip to content

Commit

Permalink
test build clang-19
Browse files Browse the repository at this point in the history
  • Loading branch information
RazvanLiviuVarzaru committed Sep 9, 2024
1 parent c34b24e commit ba9115e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bbw_build_container_template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,15 +179,15 @@ jobs:
fi
- name: Login to ghcr.io
if: ${{ env.DEPLOY_IMAGES == 'true' }}
# if: ${{ env.DEPLOY_IMAGES == 'true' }}
uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: ghcr.io - push dev tag
if: ${{ env.DEPLOY_IMAGES == 'true' && env.MAIN_BRANCH == 'false' }}
# if: ${{ env.DEPLOY_IMAGES == 'true' && env.MAIN_BRANCH == 'false' }}
run: |
msg="Push docker image to ghcr.io (${{ env.IMG }})"
line="${msg//?/=}"
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/build-debian.msan-based.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,16 @@ jobs:
- image: debian:11
platforms: linux/amd64
branch: 10.11
tag: debian11-msan
clang_version: 15
tag: debian11-msan-clang-19
clang_version: 19
nogalera: false

- image: debian:11
platforms: linux/amd64
branch: 10.11
tag: debian11-msan-clang-16
clang_version: 16
nogalera: false
# - image: debian:11
# platforms: linux/amd64
# branch: 10.11
# tag: debian11-msan-clang-16
# clang_version: 16
# nogalera: false

uses: ./.github/workflows/bbw_build_container_template.yml
with:
Expand Down

0 comments on commit ba9115e

Please sign in to comment.