Skip to content

Commit

Permalink
Fix Sandwich CircleCI job.
Browse files Browse the repository at this point in the history
GitOrigin-RevId: a696676b8ec30d0b6f9e8d32293a8e5a2ede5290
  • Loading branch information
thomas committed Feb 23, 2024
1 parent c0f5e19 commit 04cbbd4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ jobs:
export GO_EXAMPLE_DIR="$PWD/examples/go/echo_tls_server"
echo "replace github.com/sandbox-quantum/sandwich/go => $PWD/go" >>"$GO_EXAMPLE_DIR/go.mod"
echo "replace github.com/sandbox-quantum/sandwich/go/c => $PWD/go/c" >> "$GO_EXAMPLE_DIR/go.mod"
echo "replace github.com/sandbox-quantum/sandwich/go/errors => $PWD/go/errors" >> "$GO_EXAMPLE_DIR/go.mod"
echo "replace github.com/sandbox-quantum/sandwich/go/io => $PWD/go/io" >> "$GO_EXAMPLE_DIR/go.mod"
echo "replace github.com/sandbox-quantum/sandwich/go/tunnel => $PWD/go/tunnel" >> "$GO_EXAMPLE_DIR/go.mod"
pushd "$GO_EXAMPLE_DIR" && go build && popd
- run:
name: "Test external Python integration"
Expand Down

0 comments on commit 04cbbd4

Please sign in to comment.