We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bff8b73 commit 6c15c43Copy full SHA for 6c15c43
build.yaml
@@ -59,7 +59,7 @@ machamp:
59
# to ensure a clearer docker build env
60
code-checkout:
61
type: cmd
62
- command: echo checkout
+ command: echo checkout && git submodule init && git submodule update
63
# default machamp builder image does not work for multi arch
64
builder_image: us.gcr.io/snapchat-build-artifacts/prod/snapchat/img/ubuntu/ubuntu-23-04@sha256:bd43177a80e6ce1c3583e8ea959b88a9081c0f56b765ec9c5a157c27a637c23b
65
docker:
machamp_scripts/Dockerfile
@@ -24,7 +24,7 @@ RUN set -eux; \
24
gosu nobody true
25
# build KeyDB
26
ARG MAKE_JOBS=""
27
-ARG ENABLE_FLASH=""
+ARG ENABLE_FLASH="yes"
28
COPY . /tmp/keydb-internal
29
RUN set -eux; \
30
cd /tmp/keydb-internal; \
0 commit comments