Skip to content

Commit 0bec7ab

Browse files
committed
app-containers/containerd: Sync with Gentoo
Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
1 parent 26f37b2 commit 0bec7ab

1 file changed

Lines changed: 2 additions & 8 deletions

File tree

sdk_container/src/third_party/portage-stable/app-containers/containerd/containerd-2.2.1.ebuild

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -63,16 +63,10 @@ src_compile() {
6363
VERSION=v${PV}
6464
)
6565

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-
7466
emake "${myemakeargs[@]}" all
7567

68+
# race condition in man target https://bugs.gentoo.org/765100
69+
tc-env_build go-env_run emake "${myemakeargs[@]}" man -j1 #nowarn
7670
}
7771

7872
src_install() {

0 commit comments

Comments
 (0)