File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,13 @@ easystack=$1
1818
1919LOCAL_TMPDIR=$( mktemp -d)
2020
21+ # Clone the develop branch of EasyBuild and use that to search for easyconfigs
22+ git clone -b develop https://github.com/easybuilders/easybuild-easyconfigs.git $LOCAL_TMPDIR /easyconfigs
23+ EASYBUILD_ROBOT_PATHS=$LOCAL_TMPDIR /easyconfigs/easybuild/easyconfigs
24+
25+ # All PRs used in EESSI are supposed to be merged, so we can strip out all cases of from-pr
26+ grep -v from-pr ${easystack} > ${LOCAL_TMPDIR} /${easystack}
27+
2128source $TOPDIR /scripts/utils.sh
2229
2330source $TOPDIR /configure_easybuild
@@ -27,7 +34,7 @@ ${EB:-eb} --show-config
2734
2835echo " >> Checking for missing installations in ${EASYBUILD_INSTALLPATH} ..."
2936eb_missing_out=$LOCAL_TMPDIR /eb_missing.out
30- ${EB:- eb} --easystack ${easystack} --missing 2>&1 | tee ${eb_missing_out}
37+ ${EB:- eb} --easystack ${LOCAL_TMPDIR} / ${ easystack} --missing 2>&1 | tee ${eb_missing_out}
3138exit_code=${PIPESTATUS[0]}
3239
3340ok_msg=" Command 'eb --missing ...' succeeded, analysing output..."
You can’t perform that action at this time.
0 commit comments