master
Dominika Liberda 2021-10-11 15:21:28 +02:00
parent 10612c8cc3
commit d92750f28f
2 changed files with 8 additions and 4 deletions

View File

@ -51,6 +51,10 @@ _DEPENDENCIES="wget git xorg-server-xvfb \
printf "\nInstalling dependencies: $_DEPENDENCIES\n";
xbps-install -Sy $_DEPENDENCIES
if [[ "$(/lib/libc.so)" != *"musl libc"* ]]; then
xbps-install -y musl-devel
fi
ln -s /bin/clang /bin/cc
mkdir /usr/lib/nodejs-mozilla/
ln -s /usr/bin/ /usr/lib/nodejs-mozilla/bin

View File

@ -63,10 +63,10 @@ cd $srcdir;
rm -f mozconfig
# install cbindgen, but the install crashes on musl
if [[ "$(/lib/libc.so)" != *"musl libc"* ]]; then
cargo install --version 0.20.0 cbindgen
fi
# install cbindgen
#if [[ "$(/lib/libc.so)" != *"musl libc"* ]]; then
# cargo install --version 0.20.0 cbindgen
#fi
if [[ $CARCH == 'aarch64' ]]; then