Dev/remove rh9 local workflow (#280)
All checks were successful
Build on RHEL8 / build (push) Successful in 2m31s
Build on RHEL9 / build (push) Successful in 2m39s
Run tests using data on local RHEL8 / build (push) Successful in 3m10s
Build on local RHEL8 / build (push) Successful in 1m57s

This commit is contained in:
2026-02-26 16:56:58 +01:00
committed by GitHub
parent 3ef54cb4b2
commit bfbb4eab05
2 changed files with 1 additions and 28 deletions

View File

@@ -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'
sftp -r gitea_runner@mpc2935:/ <<< $'put build/aare'

View File

@@ -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'