update
This commit is contained in:
parent
7ab15d3bad
commit
d387c8b79b
5 changed files with 3 additions and 7 deletions
|
|
@ -7,8 +7,6 @@ stages:
|
||||||
Build Docker Images:
|
Build Docker Images:
|
||||||
stage: images
|
stage: images
|
||||||
when: manual
|
when: manual
|
||||||
only:
|
|
||||||
- master
|
|
||||||
image: registry.gitlab.com/librewolf-community/browser/bsys5/dind
|
image: registry.gitlab.com/librewolf-community/browser/bsys5/dind
|
||||||
# Needed because we aren't using our custom runners here
|
# Needed because we aren't using our custom runners here
|
||||||
services:
|
services:
|
||||||
|
|
|
||||||
|
|
@ -18,6 +18,7 @@ build : $(outfile) $(outfile).sha256sum
|
||||||
|
|
||||||
$(outfile) :
|
$(outfile) :
|
||||||
${MAKE} work
|
${MAKE} work
|
||||||
|
ln -sfv ./lw/mozconfig.new.without-bootstrap work/librewolf-$(version)-$(source_release)/mozconfig
|
||||||
ifeq ($(use_docker),false)
|
ifeq ($(use_docker),false)
|
||||||
(cd work/librewolf-$(version)-$(source_release) && ./mach build && echo 'Packaging... (output hidden)' && cat browser/locales/shipped-locales | xargs ./mach package-multi-locale --locales >/dev/null)
|
(cd work/librewolf-$(version)-$(source_release) && ./mach build && echo 'Packaging... (output hidden)' && cat browser/locales/shipped-locales | xargs ./mach package-multi-locale --locales >/dev/null)
|
||||||
else
|
else
|
||||||
|
|
|
||||||
|
|
@ -35,6 +35,7 @@ RUN ./mach artifact toolchain --from-build linux64-libdmg
|
||||||
RUN ./mach artifact toolchain --from-build linux64-cctools-port
|
RUN ./mach artifact toolchain --from-build linux64-cctools-port
|
||||||
RUN ./mach artifact toolchain --from-build linux64-hfsplus
|
RUN ./mach artifact toolchain --from-build linux64-hfsplus
|
||||||
RUN ./mach artifact toolchain --from-build linux64-binutils
|
RUN ./mach artifact toolchain --from-build linux64-binutils
|
||||||
|
RUN ./mach artifact toolchain --from-build sysroot-wasm32-wasi
|
||||||
## RUN ./mach artifact toolchain --from-build linux64-clang-macosx-cross
|
## RUN ./mach artifact toolchain --from-build linux64-clang-macosx-cross
|
||||||
RUN /root/.cargo/bin/cargo install cbindgen
|
RUN /root/.cargo/bin/cargo install cbindgen
|
||||||
RUN /root/.cargo/bin/rustup target add $arch-apple-darwin
|
RUN /root/.cargo/bin/rustup target add $arch-apple-darwin
|
||||||
|
|
|
||||||
|
|
@ -55,7 +55,3 @@ mk_add_options MOZ_CRASHREPORTER=0
|
||||||
mk_add_options MOZ_DATA_REPORTING=0
|
mk_add_options MOZ_DATA_REPORTING=0
|
||||||
mk_add_options MOZ_SERVICES_HEALTHREPORT=0
|
mk_add_options MOZ_SERVICES_HEALTHREPORT=0
|
||||||
mk_add_options MOZ_TELEMETRY_REPORTING=0
|
mk_add_options MOZ_TELEMETRY_REPORTING=0
|
||||||
|
|
||||||
# wasi: we ask maintainers to all use this as wasi sysroot..
|
|
||||||
# There is a script 'setup-wasi-linux.sh' that attempts to download the wasi sdk and place it into the location pointed to below.
|
|
||||||
ac_add_options --with-wasi-sysroot=/root/.mozbuild/wrlb/wasi-sysroot
|
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
2
|
4
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue