mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
switch NOT_FOR_ARCHS to ONLY_FOR_ARCHS, as things stand only amd64 will work
(and then, not on IBT machines) due to it using the esbuild node module, which fetches a binary. if upstream can update to newer esbuild we should be able to add aarch64 support and fix build on amd64 IBT.
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
# may need to add others; build uses esbuild node module, which is not MI
|
||||
NOT_FOR_ARCHS= i386
|
||||
# building uses "esbuild" as a node module, which fetches a binary.
|
||||
# in the version used (0.21.2) only amd64 is available (and it fails on
|
||||
# BTI archs). if upstream updates to newer esbuild this should be able
|
||||
# to be removed. https://github.com/Koenkk/zigbee2mqtt/issues/25787
|
||||
ONLY_FOR_ARCHS= amd64
|
||||
|
||||
COMMENT= Zigbee to MQTT bridge
|
||||
|
||||
|
||||
Reference in New Issue
Block a user