Skip to content

Commit

Permalink
Fix s2n-quic integ test
Browse files Browse the repository at this point in the history
  • Loading branch information
justsmth committed Dec 13, 2024
1 parent 0a697c5 commit 2531fcf
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions aws-lc-rs/scripts/run-s2n-quic-integration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@
# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
# SPDX-License-Identifier: Apache-2.0 OR ISC

QUIC_AWS_LC_RS_STRING="^aws-lc-rs = { .* }"
S2N_QUIC_TEMP=$(mktemp -d)/s2n-quic

QUIC_AWS_LC_RS_STRING="^aws-lc-rs = .*"
QUIC_PATH_STRING="aws-lc-rs = { path = \"${PWD}\" }"

git clone https://github.com/aws/s2n-quic.git
cd s2n-quic
git clone https://github.com/aws/s2n-quic.git $S2N_QUIC_TEMP
cd $S2N_QUIC_TEMP

# replace instances of ring with our crate
if [[ "$(uname)" == "Darwin" ]]; then
Expand Down

0 comments on commit 2531fcf

Please sign in to comment.