mirror of
https://github.com/zama-ai/tfhe-rs.git
synced 2026-01-06 21:34:05 -05:00
chore(ci): fix bash script
This commit is contained in:
@@ -61,7 +61,7 @@ if [[ $(uname) != "Darwin" ]]; then
|
||||
# use all available cores for linking
|
||||
# Otherwise, only use 4, to avoid OOM when linking
|
||||
if [ 100 -lt "$mem_in_gb" ]; then
|
||||
LINKING_CPU_COUNT="$(CPU_COUNT)"
|
||||
LINKING_CPU_COUNT="${CPU_COUNT}"
|
||||
fi
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user