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

Commit 2d53f56

Browse files
committed
Cleanup ubuntu2004 build
Signed-off-by: Appu Goundan <appu@google.com>
1 parent 5683251 commit 2d53f56

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

CONTRIB.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Environment Setup
22

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

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

Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ test:
1111
bazel test --test_output=errors //... --action_env=GIT_ROOT=$(PWD) --sandbox_writable_path=$(PWD) --verbose_failures --incompatible_bzl_disallow_load_after_statement=false
1212
cd ubuntu1604 && bazel test $(BAZEL_TEST_OPTS) $(CONTAINER_TEST_TARGETS) && cd ..
1313
cd ubuntu1804 && bazel test $(BAZEL_TEST_OPTS) $(CONTAINER_TEST_TARGETS) && cd ..
14+
cd ubuntu2004 && bazel test $(BAZEL_TEST_OPTS) $(CONTAINER_TEST_TARGETS) && cd ..
1415
cd debian9 && bazel test $(BAZEL_TEST_OPTS) $(CONTAINER_TEST_TARGETS) && cd ..
1516
cd debian10 && bazel test $(BAZEL_TEST_OPTS) $(CONTAINER_TEST_TARGETS) && cd ..
1617
cd debian11 && bazel test $(BAZEL_TEST_OPTS) $(CONTAINER_TEST_TARGETS) && cd ..

ubuntu2004/BUILD

-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ download_pkgs(
5959
security_check(
6060
name = "security_metadata",
6161
image = "gcr.io/gcp-runtimes/ubuntu_20_0_4:latest",
62-
6362
)
6463

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

0 commit comments

Comments
 (0)