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

Commit 27ddddf

Browse files
relanSkewedZeppelin
authored andcommitted
We need only one Glean version for Fennec 129.0.0
Drop GleanAS compilation for now.
1 parent d471972 commit 27ddddf

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

build.sh

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ gradle -x javaDocReleaseGeneration \
6161
:play-services-tasks:publishToMavenLocal
6262
popd
6363

64-
pushd "$glean_as"
64+
pushd "$glean"
6565
export TARGET_CFLAGS=-DNDEBUG
6666
gradle publishToMavenLocal
6767
popd
@@ -73,10 +73,6 @@ export NSS_STATIC=1
7373
gradle :tooling-nimbus-gradle:publishToMavenLocal
7474
popd
7575

76-
pushd "$glean"
77-
gradle publishToMavenLocal
78-
popd
79-
8076
pushd "$mozilla_release"
8177
MOZ_CHROME_MULTILOCALE=$(< "$patches/locales")
8278
export MOZ_CHROME_MULTILOCALE

prebuild.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -154,10 +154,6 @@ popd
154154
# Glean
155155
#
156156

157-
pushd "$glean_as"
158-
echo "rust.targets=$rusttarget" >> local.properties
159-
localize_maven
160-
popd
161157
pushd "$glean"
162158
echo "rust.targets=linux-x86-64,$rusttarget" >> local.properties
163159
localize_maven

0 commit comments

Comments
 (0)