From 51eb5ac2c51c41b8248a5fd97b87b3b0882b8d58 Mon Sep 17 00:00:00 2001 From: Justin W Smith <103147162+justsmth@users.noreply.github.com> Date: Mon, 18 Dec 2023 14:50:51 -0500 Subject: [PATCH] No patch needed --- tests/ci/integration/run_trousers_integration.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/ci/integration/run_trousers_integration.sh b/tests/ci/integration/run_trousers_integration.sh index f393c17de4..6858cbecc9 100755 --- a/tests/ci/integration/run_trousers_integration.sh +++ b/tests/ci/integration/run_trousers_integration.sh @@ -33,7 +33,6 @@ rm -rf "${SCRATCH_FOLDER:?}"/* pushd "${SCRATCH_FOLDER}" function trousers_build() { - #git apply "${SCRIPT_DIR}/trousers_patch/aws-lc-trousers.patch" sh ./bootstrap.sh ./configure --with-gui=none --prefix="${TROUSERS_INSTALL_FOLDER}" --with-openssl="${AWS_LC_INSTALL_FOLDER}" make -j "${NUM_CPU_THREADS}"