Skip to content

Commit

Permalink
test old commits for socat
Browse files Browse the repository at this point in the history
  • Loading branch information
samuel40791765 committed Sep 6, 2024
1 parent 16ca6e7 commit f544576
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/ci/integration/run_socat_integration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,10 @@ mkdir -p ${SCRATCH_FOLDER}
rm -rf "${SCRATCH_FOLDER:?}"/*

mkdir -p "$AWS_LC_BUILD_FOLDER" "$AWS_LC_INSTALL_FOLDER"
git clone --depth 1 https://repo.or.cz/socat.git "$SOCAT_SRC"
git clone https://repo.or.cz/socat.git "$SOCAT_SRC"
pushd "$SOCAT_SRC"
git checkout a86376cd1e13760eb1ef56d048c37d7532b98d68
popd

aws_lc_build "$SRC_ROOT" "$AWS_LC_BUILD_FOLDER" "$AWS_LC_INSTALL_FOLDER" -DBUILD_SHARED_LIBS=1 -DBUILD_TESTING=0 -DCMAKE_BUILD_TYPE=RelWithDebInfo
export LD_LIBRARY_PATH="${AWS_LC_INSTALL_FOLDER}/lib/:${AWS_LC_INSTALL_FOLDER}/lib64/:${LD_LIBRARY_PATH:-}"
Expand Down

0 comments on commit f544576

Please sign in to comment.