Skip to content

Commit 6c15c43

Browse files
committed
Build with flash
1 parent bff8b73 commit 6c15c43

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ machamp:
5959
# to ensure a clearer docker build env
6060
code-checkout:
6161
type: cmd
62-
command: echo checkout
62+
command: echo checkout && git submodule init && git submodule update
6363
# default machamp builder image does not work for multi arch
6464
builder_image: us.gcr.io/snapchat-build-artifacts/prod/snapchat/img/ubuntu/ubuntu-23-04@sha256:bd43177a80e6ce1c3583e8ea959b88a9081c0f56b765ec9c5a157c27a637c23b
6565
docker:

machamp_scripts/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ RUN set -eux; \
2424
gosu nobody true
2525
# build KeyDB
2626
ARG MAKE_JOBS=""
27-
ARG ENABLE_FLASH=""
27+
ARG ENABLE_FLASH="yes"
2828
COPY . /tmp/keydb-internal
2929
RUN set -eux; \
3030
cd /tmp/keydb-internal; \

0 commit comments

Comments
 (0)