Skip to content

Commit

Permalink
use eager package server
Browse files Browse the repository at this point in the history
  • Loading branch information
ufechner7 committed Sep 16, 2024
1 parent 993d0e9 commit acef07d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/create_sys_image
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ julia --startup-file=no -e "using Pkg; Pkg.add(\"TestEnv\")"

if [[ $update == true ]]; then
echo "Updating packages..."
export JULIA_PKG_SERVER_REGISTRY_PREFERENCE="eager"
if test -f "Manifest.toml"; then
mv Manifest.toml Manifest.toml.bak
fi
Expand Down

0 comments on commit acef07d

Please sign in to comment.