quantumlib / Stim

A fast stabilizer circuit library.
Apache License 2.0
310 stars 90 forks source link

Debug address sanitization crashes in github actions #718

Closed Strilanc closed 4 months ago

Strilanc commented 4 months ago

Trying to figure out where the test address sanitization errors are coming from. Can't repro locally so doing it by pushing to this branch to trigger github actions.

Strilanc commented 4 months ago

Experimentation complete, workaround identified.

Strilanc commented 4 months ago

Oh, I see that there's like no granularity in choosing images so the workaround of using ubuntu-20 doesn't actually work when using C++20...