Skip to content

Commit

Permalink
[feature/feature_buildout] Hopefully cleaning up some CI problems
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesETsmith committed Jul 10, 2024
1 parent 908b3ae commit c97592a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/all_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest]
compiler: [g++-12, clang++-17]
Expand Down
5 changes: 2 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,8 @@ target_compile_options(
-Werror
# -stdlib=libc++
${FAST_PAULI_EXTRA_CXX_COMPILE_FLAGS})
target_link_options(fast_pauli INTERFACE ${FAST_PAULI_EXTRA_CXX_LD_FLAGS}
-fuse-ld=mold)
# target_compile_definitions(fast_pauli INTERFACE)
# target_link_options(fast_pauli INTERFACE ${FAST_PAULI_EXTRA_CXX_LD_FLAGS}
# -fuse-ld=mold) target_compile_definitions(fast_pauli INTERFACE)

# Testing
include(CTest)
Expand Down

0 comments on commit c97592a

Please sign in to comment.