18 Commits
Author SHA1 Message Date
Evan Kaloudis 14856d1ffe build: update Android repro script 2026-01-06 16:01:52 -05:00
Evan Kaloudis 6c66d35c56 Reproducible build optimizations 2025-12-19 16:31:30 -05:00
Evan Kaloudis 12cecb787a build: bump react-native-android image to v18.0 2025-07-25 07:37:19 -04:00
Evan Kaloudis 726ae6908e Reproducible builds: bump react-native-android to v15.0 2024-12-01 14:02:32 -05:00
Evan Kaloudis e25820c24b GitHub Workflows: Build Android: run on pushes to master and show hashes 2024-11-02 19:05:53 -04:00
Luis MiguelandGitHub beaaad51e0 Using new react-native-android container 2024-10-23 12:37:13 +02:00
Evan Kaloudis 37e99b87ea Reproducible builds: bump react-native-android image v7.0 -> v13.0 2024-02-22 13:00:02 -05:00
Evan Kaloudis 9945bfe7f7 WIP: ZEUS rebrand 2023-11-06 19:12:27 -05:00
Evan Kaloudis b9ec7e84b3 build: remove LNC scripts 2023-10-22 19:50:30 -04:00
Andreas SchildbachandGitHub c6c880a9dd build.sh: make sure build process can be interrupted
This keeps stdin open and allocates a pseudo-TTY.
2023-06-15 13:10:54 +02:00
Evan Kaloudis 35a4debbff Reproducible builds: update assembleRelease command 2023-02-13 21:09:28 -05:00
Evan Kaloudis 7d4e478373 Reproducible builds: pin Docker image by sha256 hash 2023-02-07 23:00:24 -05:00
Evan Kaloudis 977cd89d46 Reproducible builds: update Docker image, use SHA256 hashes 2023-02-07 22:39:40 -05:00
Evan Kaloudis a1828c8c3f Move from npm to yarn 2022-12-03 10:56:02 -05:00
Evan Kaloudis addd57c7d6 Reproducible builds: tweaks for LNC 2022-12-02 10:09:18 -05:00
Evan Kaloudis f6ad0ab06b Reproducible builds: update steps for LNC 2022-12-02 01:34:17 -05:00
Evan Kaloudis ea1c61a5dd build.sh: add yarn run install-lnc 2022-12-01 23:29:53 -05:00
924f424639 Reproducible builds (#1055)
* Simplre reproducible builds

* clone the branch you're reproducing

* fix branch/tag argument taking + use master as default

* be able to execute build.sh more than once

* Simplifiying process

* Updating rn-nodeify to 10.3.0 to avoid issue

* Deleting compile and Dockerfile as they're not used anymore

* Updated simplified build script and README file with instructions to build

* Simplify / beautify build script

* Commenting out the singning process for release in build.gradle

* Build and sign every apk

* Cut apk location up to current location for easy location of files

* Remove signing code

* Delete unused variables

* Updated instructions

* README: update reproducible instructions

* build.sh: lock in Docker image version

reactnativecommunity/react-native-android:5.4

Co-authored-by: Evan Kaloudis <kaloudis@users.noreply.github.com>
2022-08-24 09:32:25 -04:00