Skip to content

Commit

Permalink
revert: "ci: install gfortran when the CUTEst optimization benchmar…
Browse files Browse the repository at this point in the history
…ks are run"

This reverts commit 5229720.
Since the sandbox is run as a user and not root, packages cannot be
installed due to insufficient permissions.
  • Loading branch information
thazhemadam committed Sep 26, 2024
1 parent 40f3148 commit fb04c1d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .buildkite/build_benchmark.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@ fi
echo "--- :julia: Instantiate"
julia --project=. -e 'using Pkg; Pkg.instantiate(); Pkg.build()'

if [[ "${1}" == *OptimizationCUTEst* ]]; then
apt update && apt install -y gfortran
fi

if [[ "${1}" == *BayesianInference* ]]; then
export CMDSTAN_HOME="$(pwd)/cmdstan-2.29.2/"
curl -LO https://github.com/stan-dev/cmdstan/releases/download/v2.29.2/cmdstan-2.29.2.tar.gz
Expand Down

0 comments on commit fb04c1d

Please sign in to comment.