IAP GITLAB

Skip to content
Snippets Groups Projects
Commit 409f250f authored by Alan Coleman's avatar Alan Coleman
Browse files

Merge branch '646-remove-arrow-reinstall' into 'master'

Resolve "Remove arrow reinstall"

Closes #646

See merge request !578
parents c35837d0 80bb4dab
No related branches found
No related tags found
1 merge request!578Resolve "Remove arrow reinstall"
Pipeline #12063 passed with warnings
...@@ -25,5 +25,11 @@ fi ...@@ -25,5 +25,11 @@ fi
mkdir -p "$target_dir" || exit 2 mkdir -p "$target_dir" || exit 2
cd "$target_dir" || exit 3 cd "$target_dir" || exit 3
conan remove -f arrow
if [ "${CI_JOB_ID}" ]; then
# Temporary fix for the CI which has a broken arrow install
conan remove -f arrow
fi
conan install -pr corsika8 --build=missing "${DIR}" conan install -pr corsika8 --build=missing "${DIR}"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment