Skip to content

Commit

Permalink
Build with flash
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnSully committed Mar 5, 2024
1 parent bff8b73 commit 6c15c43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ machamp:
# to ensure a clearer docker build env
code-checkout:
type: cmd
command: echo checkout
command: echo checkout && git submodule init && git submodule update
# default machamp builder image does not work for multi arch
builder_image: us.gcr.io/snapchat-build-artifacts/prod/snapchat/img/ubuntu/ubuntu-23-04@sha256:bd43177a80e6ce1c3583e8ea959b88a9081c0f56b765ec9c5a157c27a637c23b
docker:
Expand Down
2 changes: 1 addition & 1 deletion machamp_scripts/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ RUN set -eux; \
gosu nobody true
# build KeyDB
ARG MAKE_JOBS=""
ARG ENABLE_FLASH=""
ARG ENABLE_FLASH="yes"
COPY . /tmp/keydb-internal
RUN set -eux; \
cd /tmp/keydb-internal; \
Expand Down

0 comments on commit 6c15c43

Please sign in to comment.