remove `--enable-bootstrap`

This commit is contained in:
Malte Jürgens 2022-07-23 13:46:07 +02:00
parent 572f2726b4
commit fe287c7789
No known key found for this signature in database
GPG Key ID: D29FBD5F93C0CFC3
3 changed files with 2 additions and 2 deletions

View File

@ -124,7 +124,6 @@ $(tarball) :
work : $(tarball)
mkdir work
(cd work && tar xf ../$(tarball))
echo ac_add_options --enable-bootstrap >> work/librewolf-$(version)-$(source_release)/mozconfig

View File

@ -24,6 +24,7 @@ RUN cd /tmp &&\
tar xf librewolf-$version-$source_release.source.tar.gz &&\
cd librewolf-$version-$source_release &&\
MOZBUILD_STATE_PATH=$HOME/.mozbuild ./mach --no-interactive bootstrap --application-choice=browser &&\
(cd /root/.mozbuild && /tmp/librewolf-$version-$source_release/mach artifact toolchain --from-build sysroot-wasm32-wasi) &&\
/root/.cargo/bin/cargo install cbindgen &&\
cd .. &&\
rm -rf librewolf-$version-$source_release librewolf-$version-$source_release.source.tar.gz

View File

@ -1 +1 @@
3
2