Test Ubuntu 24.04 in CI workflows.#414
Conversation
|
It appears there is a failure due to the change to I'll look into this (a bit later). This also affects RAFT. |
|
Testing is complete. rapidsai/shared-workflows#248 has been merged, so we can close this. |
Fixes an issue in CI computations of sccache hit rates. See #414 for details.
|
Following up: I forgot that the fix in The decision to use The root cause of the problem was that $ echo - | awk "{ if (1 > 0) { print \"yes\" } else { printf \"%.2f\", 0 / 0 } }"
awk: cmd. line:1: error: division by zero attemptedWe are using shell variables to provide the Other tools like HIT_RATE=$(python3 -c "print(f'{${CACHE_HITS} / ${COMPILE_REQUESTS}:.2f}' if ${COMPILE_REQUESTS} else 'nan')") |
This PR tests Ubuntu 24.04 in CI workflows. See rapidsai/shared-workflows#248.
Contributes to rapidsai/build-planning#74.