Skip to content
This repository was archived by the owner on Dec 23, 2024. It is now read-only.

Commit d8f4cff

Browse files
relanSkewedZeppelin
andcommitted
Fennec 128.0.1
Signed-off-by: relan <email@hidden> Co-authored-by: Tavi <[email protected]>
1 parent e951837 commit d8f4cff

File tree

6 files changed

+412
-370
lines changed

6 files changed

+412
-370
lines changed

build.sh

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -66,32 +66,31 @@ export TARGET_CFLAGS=-DNDEBUG
6666
gradle publishToMavenLocal
6767
popd
6868

69-
pushd "$glean"
70-
gradle publishToMavenLocal
71-
popd
72-
73-
pushd "$android_components_as"
74-
gradle publishToMavenLocal
75-
popd
76-
7769
pushd "$application_services"
78-
export SQLCIPHER_LIB_DIR="$application_services/libs/desktop/linux-x86-64/sqlcipher/lib"
79-
export SQLCIPHER_INCLUDE_DIR="$application_services/libs/desktop/linux-x86-64/sqlcipher/include"
8070
export NSS_DIR="$application_services/libs/desktop/linux-x86-64/nss"
8171
export NSS_STATIC=1
8272
./libs/verify-android-environment.sh
73+
gradle :tooling-nimbus-gradle:publishToMavenLocal
74+
popd
75+
76+
pushd "$glean"
8377
gradle publishToMavenLocal
8478
popd
8579

8680
pushd "$mozilla_release"
8781
MOZ_CHROME_MULTILOCALE=$(< "$patches/locales")
8882
export MOZ_CHROME_MULTILOCALE
89-
./mach --verbose build
90-
./mach gradle geckoview:publishWithGeckoBinariesReleasePublicationToMavenLocal
91-
./mach gradle exoplayer2:publishReleasePublicationToMavenLocal
83+
./mach build
84+
gradle :geckoview:publishWithGeckoBinariesReleasePublicationToMavenLocal
85+
gradle :exoplayer2:publishReleasePublicationToMavenLocal
9286
popd
9387

9488
pushd "$android_components"
89+
# Publish concept-fetch (required by A-S) with auto-publication disabled,
90+
# otherwise automatically triggered publication of A-S will fail
91+
gradle :concept-fetch:publishToMavenLocal
92+
# Enable the auto-publication workflow now that concept-fetch is published
93+
echo "autoPublish.application-services.dir=$application_services" >> local.properties
9594
gradle publishToMavenLocal
9695
popd
9796

0 commit comments

Comments
 (0)