8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dac248 commit 5c16f4bCopy full SHA for 5c16f4b
.github/scripts/nova_dir.bash
@@ -13,6 +13,9 @@ if [[ "$working_dir" == "$FBGEMM_REPO" ]]; then cd fbgemm_gpu || echo "Failed to
13
## Build clean/wheel will be done in pre-script. Set flag such that setup.py will skip these steps in Nova workflow
14
export BUILD_FROM_NOVA=1
15
16
+## TODO (huydhn): Remove this when Nova is moving to manywheel 2.28
17
+export SET_GLIBCXX_PRELOAD=1
18
+
19
## Overwrite existing ENV VAR in Nova
20
if [[ "$CONDA_ENV" != "" ]]; then export CONDA_RUN="conda run --no-capture-output -p ${CONDA_ENV}" && echo "$CONDA_RUN"; fi
21
0 commit comments