Skip to content

Commit 599eab8

Browse files
committed
Install tc-redirect-tap
Signed-off-by: Kazuyoshi Kato <[email protected]>
1 parent 2a079c1 commit 599eab8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.buildkite/pipeline.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ steps:
105105
- 'ln -s /var/lib/fc-ci/vmlinux.bin testdata/vmlinux'
106106
- 'ln -s /var/lib/fc-ci/rootfs.ext4 testdata/root-drive.img'
107107
- 'mkdir -p $(pwd)/testdata/bin'
108+
- 'GOBIN=$(pwd)/testdata/bin go get github.com/awslabs/tc-redirect-tap/cmd/tc-redirect-tap'
108109
- "sudo PATH=$PATH FC_TEST_TAP=fc-root-tap${BUILDKITE_BUILD_NUMBER} make test EXTRAGOARGS='-v -count=1 -race' DISABLE_ROOT_TESTS="
109110
agents:
110111
queue: "${BUILDKITE_AGENT_META_DATA_QUEUE:-default}"

0 commit comments

Comments
 (0)