WIP
Some checks failed
Build on RHEL9 / build (push) Successful in 2m49s
Build on RHEL8 / build (push) Failing after 16s

This commit is contained in:
froejdh_e 2025-04-22 14:18:44 +02:00
parent 301f55c627
commit 7c38897712
2 changed files with 2 additions and 5 deletions

View File

@ -13,15 +13,12 @@ jobs:
container:
image: gitea.psi.ch/detectors/rhel8-detectors-dev
steps:
# workaround until actions/checkout@v4 is available for RH8
# - uses: actions/checkout@v4
steps:
- uses: actions/checkout@v3
- name: Build library
run: |
mkdir build && cd build
cmake .. -DAARE_PYTHON_BINDINGS=ON -DAARE_TESTS=ON -DPython_FIND_VIRTUALENV=FIRST
cmake .. -DSLS_USE_PYTHON=ON -DSLS_USE_TESTS=ON -DPython_FIND_VIRTUALENV=FIRST
make -j 2
- name: C++ unit tests

View File

@ -19,7 +19,7 @@ jobs:
- name: Build library
run: |
mkdir build && cd build
cmake .. -DAARE_PYTHON_BINDINGS=ON -DAARE_TESTS=ON -DPython_FIND_VIRTUALENV=FIRST
cmake .. -DSLS_USE_PYTHON=ON -DSLS_USE_TESTS=ON -DPython_FIND_VIRTUALENV=FIRST
make -j 2
- name: C++ unit tests