Skip to content

ci: don't use -race on Windows#10262

Merged
ndeloof merged 1 commit intodocker:v2from
milas:win-race-detector
Feb 10, 2023
Merged

ci: don't use -race on Windows#10262
ndeloof merged 1 commit intodocker:v2from
milas:win-race-detector

Conversation

@milas
Copy link
Contributor

@milas milas commented Feb 9, 2023

I misunderstood the cause of the symptom in #10261 - thought that we'd explicitly turned off CGO for Windows with some of the build changes recently, but we don't even have gcc on the CI node, so it's actually just -race entirely that's the trouble.

For right now, going the easy route and disabling it. We can look at getting a C toolchain on the Windows machine later.

@milas milas requested a review from a team February 9, 2023 22:26
@milas milas self-assigned this Feb 9, 2023
@milas milas requested review from StefanScherer, glours, laurazard, ndeloof, nicksieger and ulyssessouza and removed request for a team February 9, 2023 22:26
I misunderstood the cause of the symptom in docker#10261 - thought that
we'd explicitly turned off CGO for Windows with some of the build
changes recently, but we don't even have `gcc` on the CI node, so
it's actually just `-race` entirely that's the trouble.

For right now, going the easy route and disabling it. We can look
at getting a C toolchain on the Windows machine later.

Signed-off-by: Milas Bowman <milas.bowman@docker.com>
@milas milas force-pushed the win-race-detector branch from fb9ab48 to 50cadfb Compare February 9, 2023 22:26
Copy link
Contributor

@glours glours left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@codecov
Copy link

codecov bot commented Feb 10, 2023

Codecov Report

Base: 73.89% // Head: 73.89% // No change to project coverage 👍

Coverage data is based on head (50cadfb) compared to base (d93da18).
Patch has no changes to coverable lines.

Additional details and impacted files
@@           Coverage Diff           @@
##               v2   #10262   +/-   ##
=======================================
  Coverage   73.89%   73.89%           
=======================================
  Files           2        2           
  Lines         272      272           
=======================================
  Hits          201      201           
  Misses         60       60           
  Partials       11       11           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@ndeloof ndeloof merged commit 5b043c4 into docker:v2 Feb 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants