nasm is, of course, not recent as well
This commit is contained in:
parent
68d362cce7
commit
cdc70aeb16
2 changed files with 2 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ set -e
|
||||||
|
|
||||||
# Setup Script Variables
|
# Setup Script Variables
|
||||||
# _DEPENDENCIES="mercurial wget git flatpak flatpak-builder";
|
# _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
|
export DEBIAN_FRONTEND=noninteractive
|
||||||
|
|
||||||
# Installs Dependencies
|
# Installs Dependencies
|
||||||
|
|
|
||||||
|
|
@ -7,6 +7,7 @@ OUTPUT_TARBALL=$2;
|
||||||
CI_PROJECT_DIR=${CI_PROJECT_DIR:-$(realpath $(dirname $0)/../../)}
|
CI_PROJECT_DIR=${CI_PROJECT_DIR:-$(realpath $(dirname $0)/../../)}
|
||||||
_SOURCE_CODE_BINARY_TARBALL_LOCATION="./obj*/dist/librewolf*.tar.bz2";
|
_SOURCE_CODE_BINARY_TARBALL_LOCATION="./obj*/dist/librewolf*.tar.bz2";
|
||||||
_MOZBUILD=$srcdir/../mozbuild
|
_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
|
# 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
|
# might make it easier to maintain changes in build scripts on both sides
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue