mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
app-emulation/containerd: apply #nowarn properly to -j1
Package-Manager: Portage-3.0.19, Repoman-3.0.3 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
This commit is contained in:
@@ -66,7 +66,8 @@ src_compile() {
|
||||
|
||||
export GOPATH="${WORKDIR}/${P}" # ${PWD}/vendor
|
||||
export GOFLAGS="-v -x -mod=vendor"
|
||||
emake "${myemakeargs[@]}" man -j1 #nowarn https://bugs.gentoo.org/765100
|
||||
# race condition in man target https://bugs.gentoo.org/765100
|
||||
emake "${myemakeargs[@]}" man -j1 #nowarn
|
||||
emake "${myemakeargs[@]}" all
|
||||
}
|
||||
|
||||
|
||||
@@ -66,7 +66,8 @@ src_compile() {
|
||||
|
||||
export GOPATH="${WORKDIR}/${P}" # ${PWD}/vendor
|
||||
export GOFLAGS="-v -x -mod=vendor"
|
||||
emake "${myemakeargs[@]}" man -j1 #nowarn https://bugs.gentoo.org/765100
|
||||
# race condition in man target https://bugs.gentoo.org/765100
|
||||
emake "${myemakeargs[@]}" man -j1 #nowarn
|
||||
emake "${myemakeargs[@]}" all
|
||||
}
|
||||
|
||||
|
||||
@@ -63,7 +63,8 @@ src_compile() {
|
||||
|
||||
export GOPATH="${WORKDIR}/${P}" # ${PWD}/vendor
|
||||
export GOFLAGS="-v -x -mod=vendor"
|
||||
emake "${myemakeargs[@]}" man -j1 #nowarn https://bugs.gentoo.org/765100
|
||||
# race condition in man target https://bugs.gentoo.org/765100
|
||||
emake "${myemakeargs[@]}" man -j1 #nowarn
|
||||
emake "${myemakeargs[@]}" all
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user