Skip to content
Snippets Groups Projects
Commit 32d91e88 authored by Dave Casper's avatar Dave Casper
Browse files

Merge branch 'master-flake-workaround-revert' into 'master'

Revert the Flake workaround

See merge request !64
parents 373c248f a7b96d24
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,7 @@ build_image:
- cd build
- set +e && source ${ATLAS_LOCAL_ROOT_BASE}/user/atlasLocalSetup.sh; set -e
- set +e && asetup --input=../../calypso/asetup.faser master,latest,Athena; set -e
- cmake -DATLAS_PYTHON_CHECKER="" ../../calypso
- cmake ../../calypso
- make -j
artifacts:
paths:
......
......@@ -15,8 +15,6 @@ asetup --input=calypso/asetup.faser master,latest,Athena
mkdir build
cd build
#build calypso
cmake -DCMAKE_INSTALL_PREFIX=../run -DATLAS_PYTHON_CHECKER="" ../calypso ; make ; make install
The ATLAS_PYTHON_CHECKER parameter to the cmake command is a temporary workaround for a problem with Flake
cmake -DCMAKE_INSTALL_PREFIX=../run ../calypso ; make ; make install
It can be convenient to alias the "asetup --input=calypso/asetup.faser" to something like "fsetup"
\ No newline at end of file
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