Skip to content

Commit

Permalink
Deactivate static CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
lczech committed Feb 21, 2024
1 parent 1577ce3 commit a53b0ec
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -185,10 +185,12 @@ jobs:
fi
# For static builds, set the according CMake option
# Deactivated for now, as static building with OpenMP is not possible.
# Will have to wait for gappa to use the genesis ThreadPool instead.
export GAPPA_BUILD_STATIC=""
if [[ "${{ matrix.os }}" == "ubuntu-22.04" ]] && [[ "${{ matrix.compiler }}" == "gcc-13" ]]; then
export GAPPA_BUILD_STATIC="-DGAPPA_BUILD_STATIC=ON"
fi
# if [[ "${{ matrix.os }}" == "ubuntu-22.04" ]] && [[ "${{ matrix.compiler }}" == "gcc-13" ]]; then
# export GAPPA_BUILD_STATIC="-DGAPPA_BUILD_STATIC=ON"
# fi
cmake -S . -B ./build -DGENESIS_USE_OPENMP=${GENESIS_USE_OPENMP} ${GAPPA_BUILD_STATIC}
Expand Down

0 comments on commit a53b0ec

Please sign in to comment.