We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26f37b2 commit 0bec7abCopy full SHA for 0bec7ab
1 file changed
sdk_container/src/third_party/portage-stable/app-containers/containerd/containerd-2.2.1.ebuild
@@ -63,16 +63,10 @@ src_compile() {
63
VERSION=v${PV}
64
)
65
66
- # The Go env is already set, but reset it for CBUILD in a subshell to allow
67
- # building the man pages when cross-compiling.
68
- (
69
- CHOST="${CBUILD}" go-env_set_compile_environment
70
- # race condition in man target https://bugs.gentoo.org/765100
71
- tc-env_build emake "${myemakeargs[@]}" man -j1 #nowarn
72
- )
73
-
74
emake "${myemakeargs[@]}" all
75
+ # race condition in man target https://bugs.gentoo.org/765100
+ tc-env_build go-env_run emake "${myemakeargs[@]}" man -j1 #nowarn
76
}
77
78
src_install() {
0 commit comments