diff --git a/assets/linux.Dockerfile b/assets/linux.Dockerfile index 7dba808..fd8de85 100644 --- a/assets/linux.Dockerfile +++ b/assets/linux.Dockerfile @@ -16,7 +16,7 @@ ENV TZ=Europe/Amsterdam # dependencies needed to run ./mach bootstrap RUN ( apt-get -y update && apt-get -y upgrade && apt-get -y install python3 python3-dev python3-pip wget dpkg-sig ; true) RUN ( dnf -y upgrade && dnf -y install python3 python3-devel wget rpm-build rpm-sign ; true) -RUN ( zypper -n in mercurial python3 python3-pip python3-devel wget rpm-build lld ; true) +RUN ( zypper -n in mercurial python3 python3-pip python3-devel wget rpm-build ; true) # run the bootstrap RUN cd /tmp &&\ diff --git a/assets/linux.mk b/assets/linux.mk index c7c73d1..17dacc6 100644 --- a/assets/linux.mk +++ b/assets/linux.mk @@ -18,7 +18,7 @@ build : $(outfile) $(outfile).sha256sum $(outfile) : ${MAKE} work - ln -sfv ./lw/mozconfig.new.without-bootstrap work/librewolf-$(version)-$(source_release)/mozconfig + [ "$(distro)" != "tumbleweed" ] && ln -sfv ./lw/mozconfig.new.without-bootstrap work/librewolf-$(version)-$(source_release)/mozconfig 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) else