Skip to content

Commit b599a73

Browse files
committed
build-deps.txt: add shellcheck
CI was updated[0] to use coreos-assembler as a buildroot instead of the fcos-buildroot container and the openshift/os `validate` job[1] fails because shellcheck isn't installed in coreos-assembler. It cannot be installed using `sudo` when running on OpenShift so it needs to be installed directly in coreos-assembler. [0] openshift/release@68a7999 [1] https://github.com/openshift/os/blob/ce4da959eb3fc9477a0a96b69e6efd084a69b9ac/ci/prow-entrypoint.sh#L162
1 parent b76ab0f commit b599a73

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/build-deps.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
time
33
# Used by mantle
44
golang
5+
# Used for syntax validation of manifests
6+
shellcheck
57
# Use tmux for developer multi-arch builder access UX
68
#https://github.com/coreos/fedora-coreos-pipeline/issues/803
79
tmux

0 commit comments

Comments
 (0)