diff --git a/Makefile b/Makefile index a372865..80c2e11 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/assets/linux.Dockerfile b/assets/linux.Dockerfile index 8b6432e..7dba808 100644 --- a/assets/linux.Dockerfile +++ b/assets/linux.Dockerfile @@ -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 diff --git a/source_release b/source_release index 00750ed..0cfbf08 100644 --- a/source_release +++ b/source_release @@ -1 +1 @@ -3 +2