We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58d200b commit cadbcb7Copy full SHA for cadbcb7
pipelines/main/misc/llvmpasses.yml
@@ -26,7 +26,7 @@ steps:
26
# Download pre-built julia, extract into `usr/`
27
buildkite-agent artifact download --step "build_x86_64-linux-gnuassert" 'julia-*-linuxassert-x86_64.tar.gz' .
28
mkdir -p ./usr
29
- tar -C ./usr --strip-components=1 -zxf julia-*-linux-x86_64.tar.gz
+ tar -C ./usr --strip-components=1 -zxf julia-*-linuxassert-x86_64.tar.gz
30
ln -s ./usr/bin/julia ./julia
31
echo "--- make src/install-analysis-deps"
32
make --output-sync -j$${JULIA_CPU_THREADS:?} -C src install-analysis-deps $${MAKE_ASSERT_FLAGS:?}
0 commit comments