Skip to content

Commit e12fecf

Browse files
author
mio
committed
community/alloy: temporarily disable on riscv64
Temporarily disable on riscv64 due to build error with nodejs 24.x. ``` $ react-scripts build (node:6884) [DEP0176] DeprecationWarning: fs.F_OK is deprecated, use fs.constants.F_OK instead (Use `node --trace-deprecation ...` to show where the warning was created) Creating an optimized production build... [...] Fatal error in , line 0 Check failed: (trampoline_pos - fixup_pos) <= kMaxBranchOffset. FailureMessage Object: 0x3f91ffb168 ----- Native stack trace ----- error Command failed with exit code 1. info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command. >>> ERROR: alloy: build failed ``` See also: nodejs/node#60895 nodejs/node#60962
1 parent e0aa7d4 commit e12fecf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

community/alloy/APKBUILD

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ pkgver=1.11.3
55
pkgrel=1
66
pkgdesc="OpenTelemetry Collector distribution with programmable pipelines"
77
url="https://grafana.com/oss/alloy"
8-
arch="all !armhf !armv7 !x86" # needs 64 bits arch
8+
# riscv64: Check failed: (trampoline_pos - fixup_pos) <= kMaxBranchOffset
9+
# https://github.com/nodejs/node/issues/60895
10+
arch="all !armhf !armv7 !x86 !riscv64" # needs 64 bits arch
911
license="Apache-2.0"
1012
makedepends="go yarn zstd-dev"
1113
subpackages="$pkgname-openrc"

0 commit comments

Comments
 (0)