Skip to content

Commit

Permalink
Disable automatic precompilation during Pkg.instantiate. (#13)
Browse files Browse the repository at this point in the history
We probably will re-compile anyway during Pkg.test, because of --check-bounds=yes.
  • Loading branch information
maleadt authored Aug 18, 2023
1 parent 6859a2c commit 4a33335
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hooks/pre-command
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ if [ -n "$custom_manifest" ]; then
cp "$custom_manifest" Manifest.toml
fi

JULIA_PKG_PRECOMPILE_AUTO=0 \
julia --project=${project} -e "
using Pkg
${REGISTRY_SKIP_BLOCK}
Expand Down

0 comments on commit 4a33335

Please sign in to comment.