Skip to content
This repository has been archived by the owner on Aug 30, 2024. It is now read-only.

Commit

Permalink
Cleanup ubuntu2004 build
Browse files Browse the repository at this point in the history
Signed-off-by: Appu Goundan <[email protected]>
  • Loading branch information
loosebazooka committed Oct 6, 2021
1 parent 5683251 commit 2d53f56
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CONTRIB.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Environment Setup

To build and test these images you will need to install `bazel`.
To build and test these images you will need to install `bazel`. This build is known to work with version 3.4.1

To install a pre-commit hook that will automatically run tests, run the following command:

Expand Down
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ test:
bazel test --test_output=errors //... --action_env=GIT_ROOT=$(PWD) --sandbox_writable_path=$(PWD) --verbose_failures --incompatible_bzl_disallow_load_after_statement=false
cd ubuntu1604 && bazel test $(BAZEL_TEST_OPTS) $(CONTAINER_TEST_TARGETS) && cd ..
cd ubuntu1804 && bazel test $(BAZEL_TEST_OPTS) $(CONTAINER_TEST_TARGETS) && cd ..
cd ubuntu2004 && bazel test $(BAZEL_TEST_OPTS) $(CONTAINER_TEST_TARGETS) && cd ..
cd debian9 && bazel test $(BAZEL_TEST_OPTS) $(CONTAINER_TEST_TARGETS) && cd ..
cd debian10 && bazel test $(BAZEL_TEST_OPTS) $(CONTAINER_TEST_TARGETS) && cd ..
cd debian11 && bazel test $(BAZEL_TEST_OPTS) $(CONTAINER_TEST_TARGETS) && cd ..
Expand Down
1 change: 0 additions & 1 deletion ubuntu2004/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ download_pkgs(
security_check(
name = "security_metadata",
image = "gcr.io/gcp-runtimes/ubuntu_20_0_4:latest",

)

# Transform the packages metadata csv produced by download_pkgs into a YAML
Expand Down

0 comments on commit 2d53f56

Please sign in to comment.