Skip to content

Commit

Permalink
Run order differs between nix and regularšŸ¤¦
Browse files Browse the repository at this point in the history
  • Loading branch information
dougch committed Jun 7, 2024
1 parent ce36cf2 commit c32f68a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions codebuild/bin/install_s2n_head.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ if [ "$#" -ne "1" ]; then
usage
fi

# In the case where this script runs before the regular build,
# we need a place to land the alternative test binary.
mkdir -p "$SRC_ROOT/build/bin"

if [[ ! -x "$SRC_ROOT/build/bin/s2nc_head" ]]; then
if [[ ! -d "s2n_head" ]]; then
Expand Down

0 comments on commit c32f68a

Please sign in to comment.