Skip to content

Commit

Permalink
Update Dockerfile: initialise WITH_GMS
Browse files Browse the repository at this point in the history
  • Loading branch information
petefoth authored Dec 9, 2024
1 parent e9f64af commit 078d5aa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ ENV USER root
# WARNING: disabling this may slow down a lot your builds!
ENV USE_CCACHE 1

# By default we won't include the components from vendor/partner-gms
ENV WITH_GMS false

# ccache maximum size. It should be a number followed by an optional suffix: k,
# M, G, T (decimal), Ki, Mi, Gi or Ti (binary). The default suffix is G. Use 0
# for no limit.
Expand Down

0 comments on commit 078d5aa

Please sign in to comment.