You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
garble/testdata/script
Daniel Martí cf49f7f3b1 use the host's GOEXE when building the linker
We're building the linker binary for the host GOOS,
not the target GOOS that we happen to be building for.

I noticed that, after running `go test`, my garble cache
would contain both link and link.exe, which made no sense
as I run linux and not windows.

`go env` has GOHOSTOS to mirror GOOS, but there is no
GOHOSTEXE to mirror GOEXE, so we reconstruct it from
runtime.GOOS, which is equivalent to GOHOSTOS.

Add a regression test as well.
2 years ago
..
asm.txtar drop support for Go 1.19 2 years ago
basic.txtar drop support for Go 1.19 2 years ago
cgo.txtar drop support for Go 1.19 2 years ago
crossbuild.txtar drop support for Go 1.19 2 years ago
debugdir.txtar drop support for Go 1.19 2 years ago
embed.txtar drop support for Go 1.19 2 years ago
goenv.txtar drop support for Go 1.19 2 years ago
gogarble.txtar drop support for Go 1.19 2 years ago
goversion.txtar drop support for Go 1.19 2 years ago
help.txtar drop support for Go 1.19 2 years ago
implement.txtar drop support for Go 1.19 2 years ago
imports.txtar drop support for Go 1.19 2 years ago
init.txtar drop support for Go 1.19 2 years ago
ldflags.txtar drop support for Go 1.19 2 years ago
linker.txtar use the host's GOEXE when building the linker 2 years ago
linkname.txtar drop support for Go 1.19 2 years ago
literals.txtar internal/literals: re-enable the seed obfuscator 2 years ago
modinfo.txtar drop support for Go 1.19 2 years ago
plugin.txtar drop support for Go 1.19 2 years ago
position.txtar drop support for Go 1.19 2 years ago
reflect.txtar drop support for Go 1.19 2 years ago
reverse.txtar drop bits of code to support Go 1.19 2 years ago
seed-cache.txtar drop support for Go 1.19 2 years ago
seed.txtar drop support for Go 1.19 2 years ago
syntax.txtar drop support for Go 1.19 2 years ago
test.txtar drop support for Go 1.19 2 years ago
tiny.txtar drop support for Go 1.19 2 years ago
typeparams.txtar drop support for Go 1.19 2 years ago