Skip to content

Commit

Permalink
Add CXX for Brille
Browse files Browse the repository at this point in the history
Euphonic doesn't seem to like GCC-14 very much but first let's see if
this is enough to get Brille building
  • Loading branch information
ajjackson committed Jul 3, 2024
1 parent dc05de1 commit c662a99
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,12 @@ jobs:
run: |
brew install llvm@14
echo "CC=gcc-14" >> "$GITHUB_ENV"
echo "CXX=g++-14" >> "$GITHUB_ENV"
- name: check if CC was set
shell: bash -l {0}
run: |
echo "Value of CC: $CC"
echo "Value of CXX: $XX"
- name: Update pip and install dependencies
shell: bash -l {0}
run: |
Expand Down
4 changes: 3 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ skipsdist = True
[testenv]
changedir = tests_and_analysis/test
test_command = python run_tests.py --report
passenv = CC
passenv =
CC
CXX

[testenv:{py38,py39,py310,py311}]
install_command =
Expand Down

0 comments on commit c662a99

Please sign in to comment.