pulumi/tests/integration/go
Thomas Gummerer c94950bf8f
fix dll loading errors in windows CI (#17410)
Loading the user32 DLL sometimes fails in CI for unknown reasons. This
seems to come from the atotto/clipboard package, which loads the DLL
globally, when it's being initialized. This commit attempts to work
around that by using a version that simply doesn't load the DLL at all,
to see if that fixes the issues.

We could potentially do a bit better, and actually hack the library so
it only tries to load the DLL when the clipboard is actually being used,
but I want to see if this works first.

Fixes https://github.com/pulumi/pulumi/issues/14240
2024-10-02 08:43:42 +00:00
..
component-configure-panic Bump the go_modules group across 24 directories with 1 update (#15685) 2024-03-14 07:52:34 +00:00
go-build-target Bump the go_modules group across 24 directories with 1 update (#15685) 2024-03-14 07:52:34 +00:00
go-exit-5 Bump the go_modules group across 24 directories with 1 update (#15685) 2024-03-14 07:52:34 +00:00
go-exit-error Bump the go_modules group across 24 directories with 1 update (#15685) 2024-03-14 07:52:34 +00:00
parameterized fix dll loading errors in windows CI (#17410) 2024-10-02 08:43:42 +00:00
program-panic Bump the go_modules group across 24 directories with 1 update (#15685) 2024-03-14 07:52:34 +00:00
regress-13301 test(regress-13301): Avoid accidental tidying 2023-07-26 13:05:31 -07:00