fix merge conflicts
This commit is contained in:
commit
ff33bb84e6
3 changed files with 8 additions and 6 deletions
|
|
@ -3,11 +3,13 @@ stages:
|
||||||
- build
|
- build
|
||||||
- release
|
- release
|
||||||
|
|
||||||
Build Docker Images:
|
|
||||||
|
# Notes; we want short labes so we can see what is what, and
|
||||||
|
# allow image builds on all branches because don't wan to
|
||||||
|
# deal with them on the master branch
|
||||||
|
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
|
||||||
tags: [autoscale]
|
tags: [autoscale]
|
||||||
parallel:
|
parallel:
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,7 @@ RUN ( zypper -n in mercurial python3 python3-pip python3-devel wget rpm-build ;
|
||||||
|
|
||||||
# run the bootstrap
|
# run the bootstrap
|
||||||
RUN cd /tmp &&\
|
RUN cd /tmp &&\
|
||||||
wget -q -O librewolf-$version-$source_release.source.tar.gz https://gitlab.com/librewolf-community/browser/source/-/jobs/artifacts/main/raw/librewolf-$version-$source_release.source.tar.gz?job=Build &&\
|
wget -q -O librewolf-$version-$source_release.source.tar.gz https://gitlab.com/api/v4/projects/32320088/packages/generic/librewolf-source/$version-$source_release/librewolf-$version-$source_release.source.tar.gz &&\
|
||||||
tar xf librewolf-$version-$source_release.source.tar.gz &&\
|
tar xf librewolf-$version-$source_release.source.tar.gz &&\
|
||||||
cd librewolf-$version-$source_release &&\
|
cd librewolf-$version-$source_release &&\
|
||||||
MOZBUILD_STATE_PATH=$HOME/.mozbuild ./mach --no-interactive bootstrap --application-choice=browser &&\
|
MOZBUILD_STATE_PATH=$HOME/.mozbuild ./mach --no-interactive bootstrap --application-choice=browser &&\
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,7 @@ RUN mkdir -p /osx-cross/MacOSX-SDKs &&\
|
||||||
rm -f MacOSX11.3.sdk.tar.xz
|
rm -f MacOSX11.3.sdk.tar.xz
|
||||||
|
|
||||||
# run the bootstrap
|
# run the bootstrap
|
||||||
RUN wget -q -O librewolf-$version-$source_release.source.tar.gz https://gitlab.com/librewolf-community/browser/source/-/jobs/artifacts/main/raw/librewolf-$version-$source_release.source.tar.gz?job=Build
|
RUN wget -q -O librewolf-$version-$source_release.source.tar.gz https://gitlab.com/api/v4/projects/32320088/packages/generic/librewolf-source/$version-$source_release/librewolf-$version-$source_release.source.tar.gz
|
||||||
RUN tar xf librewolf-$version-$source_release.source.tar.gz
|
RUN tar xf librewolf-$version-$source_release.source.tar.gz
|
||||||
WORKDIR librewolf-$version-$source_release
|
WORKDIR librewolf-$version-$source_release
|
||||||
RUN echo ac_add_options --target=$arch-apple-darwin > mozconfig
|
RUN echo ac_add_options --target=$arch-apple-darwin > mozconfig
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue