Skip to content

Commit

Permalink
fix(build): bazel install root not found when build_name is not kong-…
Browse files Browse the repository at this point in the history
…dev. (#12641)

(cherry picked from commit 6ead302)

Co-authored-by: Xiaoyan Rao <[email protected]>
  • Loading branch information
team-gateway-bot and raoxiaoyan authored Feb 29, 2024
1 parent 6878c7e commit 96ebf0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build-wasm-test-filters.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ set -euo pipefail
readonly BUILD_TARGET=wasm32-wasi
readonly FIXTURE_PATH=spec/fixtures/proxy_wasm_filters

readonly INSTALL_ROOT=${PWD}/bazel-bin/build/kong-dev
readonly INSTALL_ROOT=${PWD}/bazel-bin/build/${BUILD_NAME:-kong-dev}
readonly TARGET_DIR=${INSTALL_ROOT}/wasm-cargo-target

readonly KONG_TEST_USER_CARGO_DISABLED=${KONG_TEST_USER_CARGO_DISABLED:-0}
Expand Down

0 comments on commit 96ebf0f

Please sign in to comment.