Skip to content

Commit

Permalink
Merge pull request #960 from qw-ctf/no-remote-refresh
Browse files Browse the repository at this point in the history
BUILD: Keep qwprot at locked revision.
  • Loading branch information
dsvensson authored Nov 6, 2024
2 parents bfa1f5b + 094d824 commit 660e7af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ case $ID in
esac

step "Checking out git submodules..."
git submodule update --init --recursive --remote >> $BUILD_LOG 2>&1 || error "Failed to checkout git submodules. Exiting."
git submodule update --init --recursive >> $BUILD_LOG 2>&1 || error "Failed to checkout git submodules. Exiting."

step "Configure build..."
cmake --preset dynamic
Expand Down

0 comments on commit 660e7af

Please sign in to comment.