Skip to content

Reduced UGent patch #53

Reduced UGent patch

Reduced UGent patch #53

Workflow file for this run

name: slurm C/C++ build
on:
push:
branches: [22.05.ug, 23.02.ug, 24.05.ug]
pull_request:
branches: [22.05.ug, 23.02.ug, 24.05.ug]
jobs:
build:
runs-on: ubuntu-24.04
steps:
- uses: actions/[email protected]
- name: Install deps
run: sudo apt-get install -y munge-dev lua-dev mariadb-dev libjwt-dev pam-dev http-parser-dev json-c-dev libyaml-dev pmix pmix-dev ucx-dev dbus-dev kernel-headers hwloc-dev numactl-dev hdf5-dev
- name: configure
run: ./configure --enable-multiple-slurmd --prefix=/tmp/slurm/
- name: make
run: make -j
- name: make check
run: make -j check
- name: make install
run: make -j install