Skip to content

Commit

Permalink
dotnet: mark armadaxp and alpine as unsupported (#4793)
Browse files Browse the repository at this point in the history
  • Loading branch information
publicarray authored Aug 25, 2021
1 parent 0bf0864 commit 26ea980
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion mk/spksrc.cross-dotnet-env.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# NOTE: 32bit (x86) is not supported:
# https://github.com/dotnet/core/issues/5403
# https://github.com/dotnet/core/issues/4595
UNSUPPORTED_ARCHS += $(PPC_ARCHS) $(ARMv5_ARCHS) $(i686_ARCHS) $(ARMv7L_ARCHS)
UNSUPPORTED_ARCHS += $(PPC_ARCHS) $(ARMv5_ARCHS) $(i686_ARCHS) $(ARMv7L_ARCHS) armadaxp alpine

DOTNET_OS = linux
DOTNET_DEFAULT_VERSION = 3.1
Expand Down
2 changes: 1 addition & 1 deletion spk/jellyfin/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ SERVICE_PORT_TITLE = Jellyfin (HTTP)
# Admin link
ADMIN_PORT = $(SERVICE_PORT)

UNSUPPORTED_ARCHS = $(PPC_ARCHS) $(ARMv5_ARCHS) $(i686_ARCHS) $(ARMv7L_ARCHS)
UNSUPPORTED_ARCHS = $(PPC_ARCHS) $(ARMv5_ARCHS) $(i686_ARCHS) $(ARMv7L_ARCHS) armadaxp alpine

include ../../mk/spksrc.spk.mk
2 changes: 1 addition & 1 deletion spk/radarr/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ SPK_ICON = src/radarr.png
REQUIRED_DSM = 5.0

# .NET is not supported on PPC, ARM5 or x86
UNSUPPORTED_ARCHS = $(PPC_ARCHS) $(ARMv5_ARCHS) $(ARMv7L_ARCHS) $(i686_ARCHS)
UNSUPPORTED_ARCHS = $(PPC_ARCHS) $(ARMv5_ARCHS) $(ARMv7L_ARCHS) $(i686_ARCHS) armadaxp alpine

DEPENDS = cross/libstdc++ cross/libmediainfo cross/sqlite cross/radarr

Expand Down

0 comments on commit 26ea980

Please # to comment.