Skip to content

Commit

Permalink
switch build system to make
Browse files Browse the repository at this point in the history
  • Loading branch information
jiahuif committed Jul 30, 2021
1 parent 02ec389 commit 7ca9876
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ cd "${REPO_ROOT}"
source "${REPO_ROOT}"/test/boskos.sh

build(){
bazel build //release:release-tars
make release-tars
}

up() {
Expand Down

0 comments on commit 7ca9876

Please sign in to comment.