Replace SetEnv invocation by base.Env to unlock parallelization#3111
Replace SetEnv invocation by base.Env to unlock parallelization#3111AkihiroSuda merged 1 commit intocontainerd:mainfrom
Conversation
|
There is something wrong will github networking right now. Will force push & poke the CI again later. |
|
Yep, this is definitely a positive. |
Signed-off-by: apostasie <spam_blackhole@farcloser.world>
|
@AkihiroSuda Nevertheless, it seems to me that we did uncover a bug in compose with it. This below assumes that os.Environ() returns strings that contains "=" - which is clearly not always true: Then calling https://github.com/compose-spec/compose-go/blob/main/cli/options.go#L238
|
This is to fix #3081
cosign related code (which required signature change) and related tests have been cleaned-up slightly on top of that and parallelized.