Skip to content

Commit

Permalink
[Temp] Update build to temporarily update occa repo (3)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmed256 committed Jan 3, 2021
1 parent bb24bb3 commit 0621775
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ noether-rocm:
cd ..
&& export OCCA_VERSION=occa-1.1.1 OCCA_OPENCL_ENABLED=0
&& { [[ -d $OCCA_VERSION ]] || { git clone --depth 1 --branch main https://github.com/libocca/occa.git $OCCA_VERSION && make -C $OCCA_VERSION -j$(nproc); }; }
&& (cd $OCCA_VERSION; git fetch; git reset --hard origin/main)
&& (cd $OCCA_VERSION; git fetch; git reset --hard origin/main; make clean; make -j$(nproc);)
&& make -C $OCCA_VERSION info
&& export OCCA_DIR=$PWD/$OCCA_VERSION
&& cd libCEED
Expand Down

0 comments on commit 0621775

Please sign in to comment.