Skip to content

Commit

Permalink
Switch to deterministic builds for Android
Browse files Browse the repository at this point in the history
  • Loading branch information
JeromeDeBretagne committed Aug 19, 2022
1 parent 8aa90d5 commit f82b11b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion xcomp/erl-xcomp-arm-android.conf
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ erl_xcomp_host=arm-linux-androideabi
# `configure' script.
# Set --enable-builtin-zlib to avoid a inflateGetDictionary missing symbol
erl_xcomp_configure_flags="--without-termcap --without-wx \
--enable-builtin-zlib"
--enable-builtin-zlib --enable-deterministic-build"


## -- Cross Compiler and Other Tools -------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion xcomp/erl-xcomp-arm64-android.conf
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ erl_xcomp_host=aarch64-linux-android
# `configure' script.
# Set --enable-builtin-zlib to avoid a inflateGetDictionary missing symbol
erl_xcomp_configure_flags="--without-termcap --without-wx \
--enable-builtin-zlib"
--enable-builtin-zlib --enable-deterministic-build"


## -- Cross Compiler and Other Tools -------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion xcomp/erl-xcomp-x86_64-android.conf
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ erl_xcomp_host=x86_64-linux-android
# * `erl_xcomp_configure_flags' - Extra configure flags to pass to the
# `configure' script.
erl_xcomp_configure_flags="--without-termcap --without-wx \
--enable-builtin-zlib"
--enable-builtin-zlib --enable-deterministic-build"

## -- Cross Compiler and Other Tools -------------------------------------------

Expand Down

0 comments on commit f82b11b

Please sign in to comment.