xxx: debugging firefox build fail to find clang
dustin/photoframe2/pipeline/pr-dev/ci This commit looks good
Details
dustin/photoframe2/pipeline/pr-dev/ci This commit looks good
Details
parent
a26f109145
commit
d667070a51
16
customize.sh
16
customize.sh
|
@ -1,6 +1,22 @@
|
|||
#!/bin/sh
|
||||
# vim: set sw=4 ts=4 sts=4 et :
|
||||
|
||||
. "${CONFIGDIR:=${PWD}}"/config
|
||||
|
||||
O=$1
|
||||
|
||||
emerge --root=/mnt/gentoo --config-root="${O}"/portage \
|
||||
-kvnuUDj \
|
||||
--rebuilt-binaries=y \
|
||||
--onlydeps \
|
||||
www-client/firefox
|
||||
|
||||
set -x
|
||||
|
||||
command -v clang
|
||||
command -v "${target}"-clang
|
||||
command -v "${target}"-clang-19
|
||||
|
||||
passwd -R /mnt/gentoo -d root
|
||||
|
||||
systemctl --root=/mnt/gentoo enable wpa_supplicant@wlan0
|
||||
|
|
|
@ -1,2 +1 @@
|
|||
net-wireless/wpa_supplicant
|
||||
www-client/firefox
|
||||
|
|
|
@ -2,5 +2,5 @@ media-libs/harfbuzz -cairo
|
|||
media-libs/libvpx postproc
|
||||
media-libs/mesa -llvm wayland
|
||||
media-video/ffmpeg openssl -gnutls
|
||||
www-client/firefox -clang -telemetry dbus wayland
|
||||
www-client/firefox -telemetry dbus wayland
|
||||
x11-libs/gtk+ wayland
|
||||
|
|
Loading…
Reference in New Issue