We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cedbcb commit 2cd89d1Copy full SHA for 2cd89d1
github-action.sh
@@ -8,8 +8,8 @@ model_name=$(lscpu | awk -F ': +' '/Model name:/ { print $2 }')
8
common_flags="-O3 -ffinite-loops -ffast-math -D_REENTRANT -finline-functions -falign-functions=16 -fomit-frame-pointer -fpic -pthread -flto -fuse-ld=lld -fno-stack-protector"
9
10
# List of SPU model names
11
-#spu_models=("Cortex-A53" "Cortex-A55" "Cortex-A57" "Cortex-A72" "Cortex-A73" "Cortex-A75" "Cortex-A76" "Cortex-A78c" "Cortex-A78")
12
-spu_models=("Cortex-A53" "Cortex-A55")
+spu_models=("Cortex-A53" "Cortex-A55" "Cortex-A57" "Cortex-A72" "Cortex-A73" "Cortex-A75" "Cortex-A76" "Cortex-A78c" "Cortex-A78")
+#spu_models=("Cortex-A53" "Cortex-A55")
13
14
# Create a directory to store the zip files
15
sudo mkdir -p ./ccminerzip/
0 commit comments