From bfbb4eab059d803058679c340a10d0d24cfd272b Mon Sep 17 00:00:00 2001 From: AliceMazzoleni99 Date: Thu, 26 Feb 2026 16:56:58 +0100 Subject: [PATCH] Dev/remove rh9 local workflow (#280) --- .gitea/workflows/rh8-local.yml | 2 +- .gitea/workflows/rh9-local.yml | 27 --------------------------- 2 files changed, 1 insertion(+), 28 deletions(-) delete mode 100644 .gitea/workflows/rh9-local.yml diff --git a/.gitea/workflows/rh8-local.yml b/.gitea/workflows/rh8-local.yml index 5105919..d9ba14d 100644 --- a/.gitea/workflows/rh8-local.yml +++ b/.gitea/workflows/rh8-local.yml @@ -27,4 +27,4 @@ jobs: - name: Deploy to NFS update server if: gitea.ref == 'refs/heads/main' run: | - sftp -r gitea_runner@mpc2935:/aare/RH8 <<< $'put build/aare' \ No newline at end of file + sftp -r gitea_runner@mpc2935:/ <<< $'put build/aare' \ No newline at end of file diff --git a/.gitea/workflows/rh9-local.yml b/.gitea/workflows/rh9-local.yml deleted file mode 100644 index 9078323..0000000 --- a/.gitea/workflows/rh9-local.yml +++ /dev/null @@ -1,27 +0,0 @@ -name: Build on local RHEL9 - -on: - push: - branches: - - main - workflow_dispatch: - -permissions: - contents: read - -jobs: - build: - runs-on: "detectors-software-RH9" - steps: - - uses: actions/checkout@v4 - - - name: Build library - run: | - mkdir build && cd build - cmake -DAARE_PYTHON_BINDINGS=ON -DPython_EXECUTABLE=/usr/bin/python3.13 -DPython_INCLUDE_DIR=/usr/include/python3.13 -DPython_LIBRARY=/usr/lib64/libpython3.13.so .. - make -j 2 - - - name: Deploy to NFS update server - if: gitea.ref == 'refs/heads/main' - run: | - sftp -r gitea_runner@mpc2935:/aare/RH9 <<< $'put build/aare' \ No newline at end of file