Skip to content

Commit

Permalink
wip: test with Gcc 13 on github
Browse files Browse the repository at this point in the history
  • Loading branch information
0-Sacha committed Dec 1, 2024
1 parent 9303921 commit 68b97fc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/StreamFormat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,15 @@ jobs:
with:
path: "~/.cache/bazel"
key: bazel
- name: Install Gcc 14
- name: Install Gcc 13
run: |
sudo apt install gcc-14
sudo apt install gcc-13
- name: Version
run: gcc-14 --version
run: gcc-13 --version
- name: Building...
run: CC=gcc-14 bazelisk build //:StreamFormatTests
run: CC=gcc-13 bazelisk build //:StreamFormatTests
- name: Testing... (W asan)
run: CC=gcc-14 bazelisk test --features=asan //:StreamFormatTests
run: CC=gcc-13 bazelisk test --features=asan //:StreamFormatTests

ubuntu-latest-clang:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 68b97fc

Please sign in to comment.