Skip to content

Commit

Permalink
Update CI workflow
Browse files Browse the repository at this point in the history
- fix build args for ubuntu-latest (no mpi)
  • Loading branch information
jrmadsen committed Oct 16, 2023
1 parent 0341130 commit e727472
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-integration.yml
Expand Up @@ -208,7 +208,7 @@ jobs:
PYTHON_VERSION: '3.10'
BUILD_TYPE: 'Release'
PACKAGES: 'clang build-essential ccache graphviz'
BUILD_ARGS: '--minimal --build-libs shared --mpi --python --gotcha --unwind --stats --tools avail timem --cxx-standard=17'
BUILD_ARGS: '--minimal --build-libs shared --python --gotcha --unwind --stats --tools avail timem --cxx-standard=17'
CTEST_ARGS: '-V --output-on-failure'
CONFIG_ARGS: '-DTIMEMORY_CCACHE_BUILD=ON -DTIMEMORY_UNITY_BUILD=OFF -DTIMEMORY_BUILD_PYTHON_UNITY=OFF'
- CC: gcc
Expand All @@ -217,7 +217,7 @@ jobs:
PYTHON_VERSION: '3.10'
BUILD_TYPE: 'Release'
PACKAGES: 'gcc g++ gfortran build-essential ccache graphviz'
BUILD_ARGS: '--minimal --build-libs shared --mpi --python --gotcha --unwind --stats --tools avail timem --cxx-standard=17'
BUILD_ARGS: '--minimal --build-libs shared --python --gotcha --unwind --stats --tools avail timem --cxx-standard=17'
CTEST_ARGS: '-V --output-on-failure'
CONFIG_ARGS: '-DTIMEMORY_CCACHE_BUILD=ON -DTIMEMORY_UNITY_BUILD=OFF -DTIMEMORY_BUILD_PYTHON_UNITY=OFF'

Expand Down

0 comments on commit e727472

Please sign in to comment.