Home
last modified time | relevance | path

Searched +full:get +full:- +full:filehash (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/.gitlab-ci.d/
H A Dwindows.yml1 msys2-64bit:
4 - saas-windows-medium-amd64
8 - msys64/var/cache
9 - ccache
20 CONFIGURE_ARGS: --disable-system --enable-tools -Ddebug=false -Doptimization=0
22 GIT_FETCH_EXTRA_FLAGS: --no-tags --prune --quiet
24 name: "$CI_JOB_NAME-$CI_COMMIT_REF_SLUG"
27 - build/meson-logs/testlog.txt
29 junit: "build/meson-logs/testlog.junit.xml"
31 - Write-Output "Acquiring msys2.exe installer at $(Get-Date -Format u)"
[all …]
/openbmc/openbmc/poky/meta/recipes-devtools/go/go/
H A D0006-cmd-go-make-GOROOT-precious-by-default.patch8 be read-only and the go runtime has been built as a shared
10 the shared runtime - particularly in cross-build/packaging
18 the meta/recipes-devtools/go tree by
21 Upstream-Status: Inappropriate [OE specific]
23 Signed-off-by: Alexander J Kube <alexander.j.kube@gmail.com>
24 Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io>
25 ---
31 diff --git a/src/cmd/go/internal/work/action.go b/src/cmd/go/internal/work/action.go
33 --- a/src/cmd/go/internal/work/action.go
35 @@ -754,6 +754,9 @@ func (b *Builder) addTransitiveLinkDeps(a, a1 *Action, shlib string) {
[all …]