|
12 | 12 | env:
|
13 | 13 | MAKE: make -j8
|
14 | 14 | SAGE_NUM_THREADS: 3
|
15 |
| - SAGE_CHECK: warn |
16 |
| - SAGE_CHECK_PACKAGES: "!cython,!r,!python3,!nose,!pathpy,!gap,!cysignals,!linbox,!git,!ppl" |
17 | 15 | CYGWIN: winsymlinks:native
|
18 |
| - SAGE_FAT_BINARY: yes |
| 16 | + CONFIGURE_ARGS: --enable-experimental-packages --enable-download-from-upstream-url --enable-fat-binary |
19 | 17 | SAGE_LOCAL: /opt/sage-${{ github.sha }}
|
20 | 18 |
|
21 | 19 | jobs:
|
|
49 | 47 | choco install $PACKAGES --source cygwin
|
50 | 48 | - name: tox
|
51 | 49 | run: |
|
| 50 | + C:\\tools\\cygwin\\bin\\bash -l -x -c 'cat /proc/cpuinfo' |
52 | 51 | C:\\tools\\cygwin\\bin\\bash -l -x -c 'python3.8 -m pip install tox'
|
53 | 52 | C:\\tools\\cygwin\\bin\\bash -l -x -c 'cd $(cygpath -u "$GITHUB_WORKSPACE") && PREFIX="${{ env.SAGE_LOCAL }}" tox -e local-cygwin-choco-${{ matrix.pkgs }} -- $TARGETS'
|
54 | 53 | - name: Prepare logs artifact
|
@@ -108,6 +107,7 @@ jobs:
|
108 | 107 | choco install $PACKAGES --source cygwin
|
109 | 108 | - name: tox
|
110 | 109 | run: |
|
| 110 | + C:\\tools\\cygwin\\bin\\bash -l -x -c 'cat /proc/cpuinfo' |
111 | 111 | C:\\tools\\cygwin\\bin\\bash -l -x -c 'python3.8 -m pip install tox'
|
112 | 112 | C:\\tools\\cygwin\\bin\\bash -l -x -c 'cd $(cygpath -u "$GITHUB_WORKSPACE") && PREFIX="${{ env.SAGE_LOCAL }}" tox -e local-cygwin-choco-${{ matrix.pkgs }} -- $TARGETS'
|
113 | 113 | - name: Prepare logs artifact
|
@@ -176,9 +176,10 @@ jobs:
|
176 | 176 | path: C:\\tools\\cygwin\\tmp
|
177 | 177 | - name: Extract sage-local artifact
|
178 | 178 | run: |
|
179 |
| - C:\\tools\\cygwin\\bin\\bash -l -c 'cd $(cygpath -u "$GITHUB_WORKSPACE") && .github/workflows/extract-sage-local.sh /tmp/sage-local-*.tar && tar --create --listed-incremental=/tmp/sage-local.snar --file /dev/null "${{ env.SAGE_LOCAL }}"' |
| 179 | + C:\\tools\\cygwin\\bin\\dash -l -c 'cd $(cygpath -u "$GITHUB_WORKSPACE") && .github/workflows/extract-sage-local.sh /tmp/sage-local-*.tar && tar --create --listed-incremental=/tmp/sage-local.snar --file /dev/null "${{ env.SAGE_LOCAL }}"' |
180 | 180 | - name: tox
|
181 | 181 | run: |
|
| 182 | + C:\\tools\\cygwin\\bin\\bash -l -x -c 'cat /proc/cpuinfo' |
182 | 183 | C:\\tools\\cygwin\\bin\\bash -l -x -c 'python3.8 -m pip install tox'
|
183 | 184 | C:\\tools\\cygwin\\bin\\bash -l -x -c 'cd $(cygpath -u "$GITHUB_WORKSPACE") && PREFIX="${{ env.SAGE_LOCAL }}" tox -e local-cygwin-choco-${{ matrix.pkgs }} -- $TARGETS'
|
184 | 185 | - name: Prepare logs artifact
|
@@ -245,9 +246,10 @@ jobs:
|
245 | 246 | path: C:\\tools\\cygwin\\tmp
|
246 | 247 | - name: Extract sage-local artifact
|
247 | 248 | run: |
|
248 |
| - C:\\tools\\cygwin\\bin\\bash -l -c 'cd $(cygpath -u "$GITHUB_WORKSPACE") && .github/workflows/extract-sage-local.sh /tmp/sage-local-*.tar && tar --create --listed-incremental=/tmp/sage-local.snar --file /dev/null "${{ env.SAGE_LOCAL }}"' |
| 249 | + C:\\tools\\cygwin\\bin\\dash -l -c 'cd $(cygpath -u "$GITHUB_WORKSPACE") && .github/workflows/extract-sage-local.sh /tmp/sage-local-*.tar && tar --create --listed-incremental=/tmp/sage-local.snar --file /dev/null "${{ env.SAGE_LOCAL }}"' |
249 | 250 | - name: tox
|
250 | 251 | run: |
|
| 252 | + C:\\tools\\cygwin\\bin\\bash -l -x -c 'cat /proc/cpuinfo' |
251 | 253 | C:\\tools\\cygwin\\bin\\bash -l -x -c 'python3.8 -m pip install tox'
|
252 | 254 | C:\\tools\\cygwin\\bin\\bash -l -x -c 'cd $(cygpath -u "$GITHUB_WORKSPACE") && PREFIX="${{ env.SAGE_LOCAL }}" tox -e local-cygwin-choco-${{ matrix.pkgs }} -- $TARGETS'
|
253 | 255 | - name: Prepare logs artifact
|
@@ -312,9 +314,10 @@ jobs:
|
312 | 314 | path: C:\\tools\\cygwin\\tmp
|
313 | 315 | - name: Extract sage-local artifact
|
314 | 316 | run: |
|
315 |
| - C:\\tools\\cygwin\\bin\\bash -l -c 'cd $(cygpath -u "$GITHUB_WORKSPACE") && .github/workflows/extract-sage-local.sh /tmp/sage-local-*.tar && tar --create --listed-incremental=/tmp/sage-local.snar --file /dev/null "${{ env.SAGE_LOCAL }}"' |
| 317 | + C:\\tools\\cygwin\\bin\\dash -l -c 'cd $(cygpath -u "$GITHUB_WORKSPACE") && .github/workflows/extract-sage-local.sh /tmp/sage-local-*.tar && tar --create --listed-incremental=/tmp/sage-local.snar --file /dev/null "${{ env.SAGE_LOCAL }}"' |
316 | 318 | - name: tox
|
317 | 319 | run: |
|
| 320 | + C:\\tools\\cygwin\\bin\\bash -l -x -c 'cat /proc/cpuinfo' |
318 | 321 | C:\\tools\\cygwin\\bin\\bash -l -x -c 'python3.8 -m pip install tox'
|
319 | 322 | C:\\tools\\cygwin\\bin\\bash -l -x -c 'cd $(cygpath -u "$GITHUB_WORKSPACE") && PREFIX="${{ env.SAGE_LOCAL }}" tox -e local-cygwin-choco-${{ matrix.pkgs }} -- $TARGETS'
|
320 | 323 | - name: Prepare logs artifact
|
@@ -379,9 +382,10 @@ jobs:
|
379 | 382 | path: C:\\tools\\cygwin\\tmp
|
380 | 383 | - name: Extract sage-local artifact
|
381 | 384 | run: |
|
382 |
| - C:\\tools\\cygwin\\bin\\bash -l -c 'cd $(cygpath -u "$GITHUB_WORKSPACE") && .github/workflows/extract-sage-local.sh /tmp/sage-local-*.tar && tar --create --listed-incremental=/tmp/sage-local.snar --file /dev/null "${{ env.SAGE_LOCAL }}"' |
| 385 | + C:\\tools\\cygwin\\bin\\dash -l -c 'cd $(cygpath -u "$GITHUB_WORKSPACE") && .github/workflows/extract-sage-local.sh /tmp/sage-local-*.tar && tar --create --listed-incremental=/tmp/sage-local.snar --file /dev/null "${{ env.SAGE_LOCAL }}"' |
383 | 386 | - name: tox
|
384 | 387 | run: |
|
| 388 | + C:\\tools\\cygwin\\bin\\bash -l -x -c 'cat /proc/cpuinfo' |
385 | 389 | C:\\tools\\cygwin\\bin\\bash -l -x -c 'python3.8 -m pip install tox'
|
386 | 390 | C:\\tools\\cygwin\\bin\\bash -l -x -c 'cd $(cygpath -u "$GITHUB_WORKSPACE") && PREFIX="${{ env.SAGE_LOCAL }}" tox -e local-cygwin-choco-${{ matrix.pkgs }} -- $TARGETS'
|
387 | 391 | - name: Prepare logs artifact
|
@@ -446,9 +450,10 @@ jobs:
|
446 | 450 | path: C:\\tools\\cygwin\\tmp
|
447 | 451 | - name: Extract sage-local artifact
|
448 | 452 | run: |
|
449 |
| - C:\\tools\\cygwin\\bin\\bash -l -c 'cd $(cygpath -u "$GITHUB_WORKSPACE") && .github/workflows/extract-sage-local.sh /tmp/sage-local-*.tar && tar --create --listed-incremental=/tmp/sage-local.snar --file /dev/null "${{ env.SAGE_LOCAL }}"' |
| 453 | + C:\\tools\\cygwin\\bin\\dash -l -c 'cd $(cygpath -u "$GITHUB_WORKSPACE") && .github/workflows/extract-sage-local.sh /tmp/sage-local-*.tar && tar --create --listed-incremental=/tmp/sage-local.snar --file /dev/null "${{ env.SAGE_LOCAL }}"' |
450 | 454 | - name: tox
|
451 | 455 | run: |
|
| 456 | + C:\\tools\\cygwin\\bin\\bash -l -x -c 'cat /proc/cpuinfo' |
452 | 457 | C:\\tools\\cygwin\\bin\\bash -l -x -c 'python3.8 -m pip install tox'
|
453 | 458 | C:\\tools\\cygwin\\bin\\bash -l -x -c 'cd $(cygpath -u "$GITHUB_WORKSPACE") && PREFIX="${{ env.SAGE_LOCAL }}" tox -e local-cygwin-choco-${{ matrix.pkgs }} -- $TARGETS'
|
454 | 459 | - name: Prepare logs artifact
|
@@ -517,9 +522,10 @@ jobs:
|
517 | 522 | path: C:\\tools\\cygwin\\tmp
|
518 | 523 | - name: Extract sage-local artifact
|
519 | 524 | run: |
|
520 |
| - C:\\tools\\cygwin\\bin\\bash -l -c 'cd $(cygpath -u "$GITHUB_WORKSPACE") && .github/workflows/extract-sage-local.sh /tmp/sage-local-*.tar && tar --create --listed-incremental=/tmp/sage-local.snar --file /dev/null "${{ env.SAGE_LOCAL }}"' |
| 525 | + C:\\tools\\cygwin\\bin\\dash -l -c 'cd $(cygpath -u "$GITHUB_WORKSPACE") && .github/workflows/extract-sage-local.sh /tmp/sage-local-*.tar && tar --create --listed-incremental=/tmp/sage-local.snar --file /dev/null "${{ env.SAGE_LOCAL }}"' |
521 | 526 | - name: tox
|
522 | 527 | run: |
|
| 528 | + C:\\tools\\cygwin\\bin\\bash -l -x -c 'cat /proc/cpuinfo' |
523 | 529 | C:\\tools\\cygwin\\bin\\bash -l -x -c 'python3.8 -m pip install tox'
|
524 | 530 | C:\\tools\\cygwin\\bin\\bash -l -x -c 'cd $(cygpath -u "$GITHUB_WORKSPACE") && PREFIX="${{ env.SAGE_LOCAL }}" tox -e local-cygwin-choco-${{ matrix.pkgs }} -- $TARGETS'
|
525 | 531 | - name: Prepare logs artifact
|
@@ -588,9 +594,10 @@ jobs:
|
588 | 594 | path: C:\\tools\\cygwin\\tmp
|
589 | 595 | - name: Extract sage-local artifact
|
590 | 596 | run: |
|
591 |
| - C:\\tools\\cygwin\\bin\\bash -l -c 'cd $(cygpath -u "$GITHUB_WORKSPACE") && .github/workflows/extract-sage-local.sh /tmp/sage-local-*.tar && tar --create --listed-incremental=/tmp/sage-local.snar --file /dev/null "${{ env.SAGE_LOCAL }}"' |
| 597 | + C:\\tools\\cygwin\\bin\\dash -l -c 'cd $(cygpath -u "$GITHUB_WORKSPACE") && .github/workflows/extract-sage-local.sh /tmp/sage-local-*.tar && tar --create --listed-incremental=/tmp/sage-local.snar --file /dev/null "${{ env.SAGE_LOCAL }}"' |
592 | 598 | - name: tox
|
593 | 599 | run: |
|
| 600 | + C:\\tools\\cygwin\\bin\\bash -l -x -c 'cat /proc/cpuinfo' |
594 | 601 | C:\\tools\\cygwin\\bin\\bash -l -x -c 'python3.8 -m pip install tox'
|
595 | 602 | C:\\tools\\cygwin\\bin\\bash -l -x -c 'cd $(cygpath -u "$GITHUB_WORKSPACE") && PREFIX="${{ env.SAGE_LOCAL }}" tox -e local-cygwin-choco-${{ matrix.pkgs }} -- $TARGETS'
|
596 | 603 | - name: Prepare logs artifact
|
@@ -659,9 +666,10 @@ jobs:
|
659 | 666 | path: C:\\tools\\cygwin\\tmp
|
660 | 667 | - name: Extract sage-local artifact
|
661 | 668 | run: |
|
662 |
| - C:\\tools\\cygwin\\bin\\bash -l -c 'cd $(cygpath -u "$GITHUB_WORKSPACE") && .github/workflows/extract-sage-local.sh /tmp/sage-local-*.tar && tar --create --listed-incremental=/tmp/sage-local.snar --file /dev/null "${{ env.SAGE_LOCAL }}"' |
| 669 | + C:\\tools\\cygwin\\bin\\dash -l -c 'cd $(cygpath -u "$GITHUB_WORKSPACE") && .github/workflows/extract-sage-local.sh /tmp/sage-local-*.tar && tar --create --listed-incremental=/tmp/sage-local.snar --file /dev/null "${{ env.SAGE_LOCAL }}"' |
663 | 670 | - name: tox
|
664 | 671 | run: |
|
| 672 | + C:\\tools\\cygwin\\bin\\bash -l -x -c 'cat /proc/cpuinfo' |
665 | 673 | C:\\tools\\cygwin\\bin\\bash -l -x -c 'python3.8 -m pip install tox'
|
666 | 674 | C:\\tools\\cygwin\\bin\\bash -l -x -c 'cd $(cygpath -u "$GITHUB_WORKSPACE") && PREFIX="${{ env.SAGE_LOCAL }}" tox -e local-cygwin-choco-${{ matrix.pkgs }} -- $TARGETS'
|
667 | 675 | - name: Prepare logs artifact
|
@@ -728,9 +736,10 @@ jobs:
|
728 | 736 | path: C:\\tools\\cygwin\\tmp
|
729 | 737 | - name: Extract sage-local artifact
|
730 | 738 | run: |
|
731 |
| - C:\\tools\\cygwin\\bin\\bash -l -c 'cd $(cygpath -u "$GITHUB_WORKSPACE") && .github/workflows/extract-sage-local.sh /tmp/sage-local-*.tar && tar --create --listed-incremental=/tmp/sage-local.snar --file /dev/null "${{ env.SAGE_LOCAL }}"' |
| 739 | + C:\\tools\\cygwin\\bin\\dash -l -c 'cd $(cygpath -u "$GITHUB_WORKSPACE") && .github/workflows/extract-sage-local.sh /tmp/sage-local-*.tar && tar --create --listed-incremental=/tmp/sage-local.snar --file /dev/null "${{ env.SAGE_LOCAL }}"' |
732 | 740 | - name: tox
|
733 | 741 | run: |
|
| 742 | + C:\\tools\\cygwin\\bin\\bash -l -x -c 'cat /proc/cpuinfo' |
734 | 743 | C:\\tools\\cygwin\\bin\\bash -l -x -c 'python3.8 -m pip install tox'
|
735 | 744 | C:\\tools\\cygwin\\bin\\bash -l -x -c 'cd $(cygpath -u "$GITHUB_WORKSPACE") && PREFIX="${{ env.SAGE_LOCAL }}" tox -e local-cygwin-choco-${{ matrix.pkgs }} -- $TARGETS'
|
736 | 745 | - name: Prepare logs artifact
|
@@ -795,9 +804,10 @@ jobs:
|
795 | 804 | path: C:\\tools\\cygwin\\tmp
|
796 | 805 | - name: Extract sage-local artifact
|
797 | 806 | run: |
|
798 |
| - C:\\tools\\cygwin\\bin\\bash -l -c 'cd $(cygpath -u "$GITHUB_WORKSPACE") && .github/workflows/extract-sage-local.sh /tmp/sage-local-*.tar && tar --create --listed-incremental=/tmp/sage-local.snar --file /dev/null "${{ env.SAGE_LOCAL }}"' |
| 807 | + C:\\tools\\cygwin\\bin\\dash -l -c 'cd $(cygpath -u "$GITHUB_WORKSPACE") && .github/workflows/extract-sage-local.sh /tmp/sage-local-*.tar && tar --create --listed-incremental=/tmp/sage-local.snar --file /dev/null "${{ env.SAGE_LOCAL }}"' |
799 | 808 | - name: tox
|
800 | 809 | run: |
|
| 810 | + C:\\tools\\cygwin\\bin\\bash -l -x -c 'cat /proc/cpuinfo' |
801 | 811 | C:\\tools\\cygwin\\bin\\bash -l -x -c 'python3.8 -m pip install tox'
|
802 | 812 | C:\\tools\\cygwin\\bin\\bash -l -x -c 'cd $(cygpath -u "$GITHUB_WORKSPACE") && PREFIX="${{ env.SAGE_LOCAL }}" tox -e local-cygwin-choco-${{ matrix.pkgs }} -- $TARGETS'
|
803 | 813 | - name: Prepare logs artifact
|
@@ -862,9 +872,10 @@ jobs:
|
862 | 872 | path: C:\\tools\\cygwin\\tmp
|
863 | 873 | - name: Extract sage-local artifact
|
864 | 874 | run: |
|
865 |
| - C:\\tools\\cygwin\\bin\\bash -l -c 'cd $(cygpath -u "$GITHUB_WORKSPACE") && .github/workflows/extract-sage-local.sh /tmp/sage-local-*.tar && tar --create --listed-incremental=/tmp/sage-local.snar --file /dev/null "${{ env.SAGE_LOCAL }}"' |
| 875 | + C:\\tools\\cygwin\\bin\\dash -l -c 'cd $(cygpath -u "$GITHUB_WORKSPACE") && .github/workflows/extract-sage-local.sh /tmp/sage-local-*.tar && tar --create --listed-incremental=/tmp/sage-local.snar --file /dev/null "${{ env.SAGE_LOCAL }}"' |
866 | 876 | - name: tox
|
867 | 877 | run: |
|
| 878 | + C:\\tools\\cygwin\\bin\\bash -l -x -c 'cat /proc/cpuinfo' |
868 | 879 | C:\\tools\\cygwin\\bin\\bash -l -x -c 'python3.8 -m pip install tox'
|
869 | 880 | C:\\tools\\cygwin\\bin\\bash -l -x -c 'cd $(cygpath -u "$GITHUB_WORKSPACE") && PREFIX="${{ env.SAGE_LOCAL }}" tox -e local-cygwin-choco-${{ matrix.pkgs }} -- $TARGETS'
|
870 | 881 | - name: Prepare logs artifact
|
@@ -929,9 +940,10 @@ jobs:
|
929 | 940 | path: C:\\tools\\cygwin\\tmp
|
930 | 941 | - name: Extract sage-local artifact
|
931 | 942 | run: |
|
932 |
| - C:\\tools\\cygwin\\bin\\bash -l -c 'cd $(cygpath -u "$GITHUB_WORKSPACE") && .github/workflows/extract-sage-local.sh /tmp/sage-local-*.tar && tar --create --listed-incremental=/tmp/sage-local.snar --file /dev/null "${{ env.SAGE_LOCAL }}"' |
| 943 | + C:\\tools\\cygwin\\bin\\dash -l -c 'cd $(cygpath -u "$GITHUB_WORKSPACE") && .github/workflows/extract-sage-local.sh /tmp/sage-local-*.tar && tar --create --listed-incremental=/tmp/sage-local.snar --file /dev/null "${{ env.SAGE_LOCAL }}"' |
933 | 944 | - name: tox
|
934 | 945 | run: |
|
| 946 | + C:\\tools\\cygwin\\bin\\bash -l -x -c 'cat /proc/cpuinfo' |
935 | 947 | C:\\tools\\cygwin\\bin\\bash -l -x -c 'python3.8 -m pip install tox'
|
936 | 948 | C:\\tools\\cygwin\\bin\\bash -l -x -c 'cd $(cygpath -u "$GITHUB_WORKSPACE") && PREFIX="${{ env.SAGE_LOCAL }}" tox -e local-cygwin-choco-${{ matrix.pkgs }} -- $TARGETS'
|
937 | 949 | - name: Prepare logs artifact
|
@@ -996,9 +1008,10 @@ jobs:
|
996 | 1008 | path: C:\\tools\\cygwin\\tmp
|
997 | 1009 | - name: Extract sage-local artifact
|
998 | 1010 | run: |
|
999 |
| - C:\\tools\\cygwin\\bin\\bash -l -c 'cd $(cygpath -u "$GITHUB_WORKSPACE") && .github/workflows/extract-sage-local.sh /tmp/sage-local-*.tar && tar --create --listed-incremental=/tmp/sage-local.snar --file /dev/null "${{ env.SAGE_LOCAL }}"' |
| 1011 | + C:\\tools\\cygwin\\bin\\dash -l -c 'cd $(cygpath -u "$GITHUB_WORKSPACE") && .github/workflows/extract-sage-local.sh /tmp/sage-local-*.tar && tar --create --listed-incremental=/tmp/sage-local.snar --file /dev/null "${{ env.SAGE_LOCAL }}"' |
1000 | 1012 | - name: tox
|
1001 | 1013 | run: |
|
| 1014 | + C:\\tools\\cygwin\\bin\\bash -l -x -c 'cat /proc/cpuinfo' |
1002 | 1015 | C:\\tools\\cygwin\\bin\\bash -l -x -c 'python3.8 -m pip install tox'
|
1003 | 1016 | C:\\tools\\cygwin\\bin\\bash -l -x -c 'cd $(cygpath -u "$GITHUB_WORKSPACE") && PREFIX="${{ env.SAGE_LOCAL }}" tox -e local-cygwin-choco-${{ matrix.pkgs }} -- $TARGETS'
|
1004 | 1017 | - name: Prepare logs artifact
|
|
0 commit comments