mirror of
https://github.com/mhx/dwarfs.git
synced 2025-09-15 07:16:13 -04:00
chore: enable ppc64le LTO build after mold fixes
This commit is contained in:
parent
a3574db21c
commit
38b0e49c79
@ -186,11 +186,6 @@ esac
|
|||||||
case "-$BUILD_TYPE-" in
|
case "-$BUILD_TYPE-" in
|
||||||
*-static-*)
|
*-static-*)
|
||||||
case "$CROSS_ARCH" in
|
case "$CROSS_ARCH" in
|
||||||
ppc64le)
|
|
||||||
# https://github.com/rui314/mold/issues/1496
|
|
||||||
CMAKE_ARGS="${CMAKE_ARGS} -DDISABLE_MOLD=1"
|
|
||||||
export LDFLAGS="${LDFLAGS} -fuse-ld=lld"
|
|
||||||
;;
|
|
||||||
*)
|
*)
|
||||||
export LDFLAGS="${LDFLAGS} -fuse-ld=mold"
|
export LDFLAGS="${LDFLAGS} -fuse-ld=mold"
|
||||||
;;
|
;;
|
||||||
|
10
.github/workflows/build.yml
vendored
10
.github/workflows/build.yml
vendored
@ -356,12 +356,12 @@ jobs:
|
|||||||
build_dist: alpine
|
build_dist: alpine
|
||||||
build_type: gcc-release-ninja-static
|
build_type: gcc-release-ninja-static
|
||||||
cross_arch: ppc64le
|
cross_arch: ppc64le
|
||||||
|
skip_slow_tests: true
|
||||||
|
|
||||||
######## blocked by https://github.com/rui314/mold/issues/1496
|
- build_arch: amd64
|
||||||
# - build_arch: amd64
|
build_dist: alpine
|
||||||
# build_dist: alpine
|
build_type: gcc-release-lto-ninja-static
|
||||||
# build_type: gcc-release-lto-ninja-static
|
cross_arch: ppc64le
|
||||||
# cross_arch: ppc64le
|
|
||||||
|
|
||||||
######## no libressl support
|
######## no libressl support
|
||||||
# - build_arch: amd64
|
# - build_arch: amd64
|
||||||
|
Loading…
x
Reference in New Issue
Block a user