You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
roachtest: fix conditional build for arm64 and fips
PR #157158 introduced a conditional build for ARM64 and FIPS
architectures based on the metamorphic probability flags. The initial
implementation used `bc` to compare floating point, but the command is
not available on the TeamCity agents.
This patch uses `awk` in place of `bc`.
Epic: none
Release note: None
0 commit comments