Run "bazel test //..." in CI
This will build all buildable targets and test all testable targets.
The hardcoded Harbormaster rules have been removed in Phabricator.
Adds a simple test for booting Smalltown.
BUILD files that are injected into repositories have been renamed to
BUILD.repo to ensure that Bazel does not recognize them as local BUILD
files and attempt to build them.
Test Plan: Covered by CI :)
Bug: T483
X-Origin-Diff: phab/D262
GitOrigin-RevId: 3512a5e13430001f4e6f91d21ac503564c8fb085
diff --git a/build/Dockerfile b/build/Dockerfile
index cbd1712..f994bb5 100644
--- a/build/Dockerfile
+++ b/build/Dockerfile
@@ -24,7 +24,8 @@
swtpm-tools \
rsync \
qemu-system-x86-core \
- postgresql
+ postgresql \
+ expect
# Workaround for a binutils bugs in F30, which generates invalid ELF binaries
# when linking statically with musl.