Skip to content

Commit

Permalink
Update Charliecloud version to 0.36
Browse files Browse the repository at this point in the history
  • Loading branch information
jtronge committed Feb 20, 2024
1 parent daba97d commit ff3c595
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ci/deps_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ sudo apt-get install -y slurmctld slurmd slurmrestd munge python3 python3-venv \
libyaml-dev # needed for PyYAML

# Install most recent Charliecloud
curl -O -L https://github.com/hpc/charliecloud/releases/download/v0.34/charliecloud-0.34.tar.gz
tar -xvf charliecloud-0.34.tar.gz
(cd charliecloud-0.34
curl -O -L https://github.com/hpc/charliecloud/releases/download/v${CHARLIECLOUD_VERSION}/charliecloud-${CHARLIECLOUD_VERSION}.tar.gz
tar -xvf charliecloud-${CHARLIECLOUD_VERSION}.tar.gz
(cd charliecloud-${CHARLIECLOUD_VERSION}
./configure --prefix=/usr
make
sudo make install)
Expand Down
1 change: 1 addition & 0 deletions ci/env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,4 @@ export FLUX_CORE_VERSION=0.51.0
export FLUX_SECURITY_VERSION=0.9.0
export BEE_CONFIG=$HOME/.config/beeflow/bee.conf
export OPENAPI_VERSION=v0.0.37
export CHARLIECLOUD_VERSION=0.36

0 comments on commit ff3c595

Please sign in to comment.