forked from SchedMD/slurm
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ jobs: | |
steps: | ||
- uses: actions/[email protected] | ||
- name: Install deps | ||
run: sudo apt-get install -y munge-devel lua-devel mariadb-devel libjwt-devel pam-devel http-parser-devel json-c-devel libyaml-devel pmix pmix-devel ucx-devel dbus-devel kernel-headers hwloc-devel numactl-devel hdf5-devel | ||
run: sudo apt-get install -y libmunge-dev | ||
- name: configure | ||
run: ./configure --enable-multiple-slurmd --prefix=/tmp/slurm/ | ||
- name: make | ||
|