nasm is, of course, not recent as well

This commit is contained in:
ohfp 2020-03-29 14:57:18 +02:00
parent 68d362cce7
commit cdc70aeb16
2 changed files with 2 additions and 1 deletions

View file

@ -5,7 +5,7 @@ set -e
# Setup Script Variables
# _DEPENDENCIES="mercurial wget git flatpak flatpak-builder";
_DEPENDENCIES="wget git xvfb build-essential xz-utils curl python3 libjack-dev";
_DEPENDENCIES="wget git xvfb build-essential xz-utils curl python3 libjack-dev nasm-mozilla";
export DEBIAN_FRONTEND=noninteractive
# Installs Dependencies

View file

@ -7,6 +7,7 @@ OUTPUT_TARBALL=$2;
CI_PROJECT_DIR=${CI_PROJECT_DIR:-$(realpath $(dirname $0)/../../)}
_SOURCE_CODE_BINARY_TARBALL_LOCATION="./obj*/dist/librewolf*.tar.bz2";
_MOZBUILD=$srcdir/../mozbuild
export PATH=/usr/lib/nasm-mozilla/bin:$PATH
# we do change / unset some of them later, but setting them as set by Arch
# might make it easier to maintain changes in build scripts on both sides