blueloveTH 11 месяцев назад
Родитель
Сommit
3afab89ab3
1 измененных файлов с 7 добавлено и 6 удалено
  1. 7 6
      .github/workflows/main.yml

+ 7 - 6
.github/workflows/main.yml

@@ -96,13 +96,14 @@ jobs:
       - name: Build and Test
         run: |
           uname -m
+          python -c "import struct; print(8 * struct.calcsize('P'))"
 
-          python cmake_build.py Debug
-          # gdb_commands.txt
-          echo "run" > gdb_commands.txt
-          echo "backtrace" >> gdb_commands.txt
-          echo "quit" >> gdb_commands.txt
-          gdb -batch -x gdb_commands.txt --args ./main tests/77_builtin_func_1.py
+          # python cmake_build.py Debug
+          # # gdb_commands.txt
+          # echo "run" > gdb_commands.txt
+          # echo "backtrace" >> gdb_commands.txt
+          # echo "quit" >> gdb_commands.txt
+          # gdb -batch -x gdb_commands.txt --args ./main tests/77_builtin_func_1.py
 
           python cmake_build.py
           python scripts/run_tests.py