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)
  • Loading branch information
raoxiaoyan authored Feb 27, 2024
1 parent 8acdb29 commit 6ead302
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=${PWD}/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 6ead302

Please sign in to comment.