File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,13 @@ include ../../cc_platform.mk
5
5
# https://go.dev/doc/install/source#environment (with GOOS=linux)
6
6
#
7
7
# See nolibc supported arches in ./nolibc/arch-*.h
8
- NOLIBC_GOARCHES := 386 amd64 arm arm64 loong64 ppc64le riscv64 s390x
8
+ #
9
+ # XXX: Temporarily commented out to disable it. It is not clear we want runc-dmz (see #4158) and if
10
+ # we do, we will need to do something to print proper errors from exec (in _dmz.c) to the user as
11
+ # nolibc does not support stderr() (see #4170).
12
+ #
13
+ # NOLIBC_GOARCHES := 386 amd64 arm arm64 loong64 ppc64le riscv64 s390x
14
+ NOLIBC_GOARCHES :=
9
15
10
16
ifneq (,$(filter $(GOARCH ) , $(NOLIBC_GOARCHES ) ) )
11
17
# We use the flags suggested in nolibc/nolibc.h, it makes the binary very small.
You can’t perform that action at this time.
0 commit comments