Skip to content

Commit 2e9854a

Browse files
thazhemadamChrisRackauckas
authored andcommitted
revert: "ci: install gfortran when the CUTEst optimization benchmarks 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.
1 parent dd380fb commit 2e9854a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Diff for: .buildkite/build_benchmark.sh

-4
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,6 @@ fi
1818
echo "--- :julia: Instantiate"
1919
julia --project=. -e 'using Pkg; Pkg.instantiate(); Pkg.build()'
2020

21-
if [[ "${1}" == *OptimizationCUTEst* ]]; then
22-
apt update && apt install -y gfortran
23-
fi
24-
2521
if [[ "${1}" == *BayesianInference* ]]; then
2622
export CMDSTAN_HOME="$(pwd)/cmdstan-2.29.2/"
2723
curl -LO https://github.com/stan-dev/cmdstan/releases/download/v2.29.2/cmdstan-2.29.2.tar.gz

0 commit comments

Comments
 (0)