@@ -205,7 +205,7 @@ jobs:
205
205
path : C:\\tools\\cygwin\\tmp
206
206
- name : Extract sage-local artifact
207
207
run : |
208
- C:\\tools\\cygwin\\bin\\bash -l -c 'cd $(cygpath -u "$GITHUB_WORKSPACE") && .github/workflows/extract-sage-local.sh /tmp/sage-local-${{ env.PREVIOUS_STAGES }}. tar'
208
+ 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 local '
209
209
- name : configure
210
210
run : |
211
211
C:\\tools\\cygwin\\bin\\bash -l -c 'export PATH=/usr/local/bin:/usr/bin && cd $(cygpath -u "$GITHUB_WORKSPACE") && ./configure $CONFIGURE_ARGS'
@@ -233,7 +233,7 @@ jobs:
233
233
# We specifically use the cygwin tar so that symlinks are saved/restored correctly on Windows.
234
234
# We remove the local/lib64 link, which will be recreated by the next stage.
235
235
run : |
236
- C:\\tools\\cygwin\\bin\\bash -l -c 'cd $(cygpath -u "$GITHUB_WORKSPACE") && rm -f local/lib64; tar -cf /tmp/sage-local-${{ env.STAGE }}.tar --remove-files local'
236
+ C:\\tools\\cygwin\\bin\\bash -l -c 'cd $(cygpath -u "$GITHUB_WORKSPACE") && rm -f local/lib64; tar -cf /tmp/sage-local-${{ env.STAGE }}.tar --listed-incremental=/tmp/sage-local.snar local'
237
237
if : always()
238
238
- uses : actions/upload-artifact@v2
239
239
# upload-artifact@v2 does not support whitespace in file names.
@@ -285,7 +285,7 @@ jobs:
285
285
path : C:\\tools\\cygwin\\tmp
286
286
- name : Extract sage-local artifact
287
287
run : |
288
- C:\\tools\\cygwin\\bin\\bash -l -c 'cd $(cygpath -u "$GITHUB_WORKSPACE") && .github/workflows/extract-sage-local.sh /tmp/sage-local-${{ env.PREVIOUS_STAGES }}. tar'
288
+ 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 local '
289
289
- name : configure
290
290
run : |
291
291
C:\\tools\\cygwin\\bin\\bash -l -c 'export PATH=/usr/local/bin:/usr/bin && cd $(cygpath -u "$GITHUB_WORKSPACE") && ./configure $CONFIGURE_ARGS'
@@ -313,7 +313,7 @@ jobs:
313
313
# We specifically use the cygwin tar so that symlinks are saved/restored correctly on Windows.
314
314
# We remove the local/lib64 link, which will be recreated by the next stage.
315
315
run : |
316
- C:\\tools\\cygwin\\bin\\bash -l -c 'cd $(cygpath -u "$GITHUB_WORKSPACE") && rm -f local/lib64; tar -cf /tmp/sage-local-${{ env.STAGE }}.tar --remove-files local'
316
+ C:\\tools\\cygwin\\bin\\bash -l -c 'cd $(cygpath -u "$GITHUB_WORKSPACE") && rm -f local/lib64; tar -cf /tmp/sage-local-${{ env.STAGE }}.tar --listed-incremental=/tmp/sage-local.snar local'
317
317
if : always()
318
318
- uses : actions/upload-artifact@v2
319
319
with :
@@ -363,7 +363,7 @@ jobs:
363
363
path : C:\\tools\\cygwin\\tmp
364
364
- name : Extract sage-local artifact
365
365
run : |
366
- C:\\tools\\cygwin\\bin\\bash -l -c 'cd $(cygpath -u "$GITHUB_WORKSPACE") && .github/workflows/extract-sage-local.sh /tmp/sage-local-${{ env.PREVIOUS_STAGES }}. tar'
366
+ 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 local '
367
367
- name : configure
368
368
run : |
369
369
C:\\tools\\cygwin\\bin\\bash -l -c 'export PATH=/usr/local/bin:/usr/bin && cd $(cygpath -u "$GITHUB_WORKSPACE") && ./configure $CONFIGURE_ARGS'
@@ -391,7 +391,7 @@ jobs:
391
391
# We specifically use the cygwin tar so that symlinks are saved/restored correctly on Windows.
392
392
# We remove the local/lib64 link, which will be recreated by the next stage.
393
393
run : |
394
- C:\\tools\\cygwin\\bin\\bash -l -c 'cd $(cygpath -u "$GITHUB_WORKSPACE") && rm -f local/lib64; tar -cf /tmp/sage-local-${{ env.STAGE }}.tar --remove-files local'
394
+ C:\\tools\\cygwin\\bin\\bash -l -c 'cd $(cygpath -u "$GITHUB_WORKSPACE") && rm -f local/lib64; tar -cf /tmp/sage-local-${{ env.STAGE }}.tar --listed-incremental=/tmp/sage-local.snar local'
395
395
if : always()
396
396
- uses : actions/upload-artifact@v2
397
397
with :
@@ -441,7 +441,7 @@ jobs:
441
441
path : C:\\tools\\cygwin\\tmp
442
442
- name : Extract sage-local artifact
443
443
run : |
444
- C:\\tools\\cygwin\\bin\\bash -l -c 'cd $(cygpath -u "$GITHUB_WORKSPACE") && .github/workflows/extract-sage-local.sh /tmp/sage-local-${{ env.PREVIOUS_STAGES }}. tar'
444
+ 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 local '
445
445
- name : configure
446
446
run : |
447
447
C:\\tools\\cygwin\\bin\\bash -l -c 'export PATH=/usr/local/bin:/usr/bin && cd $(cygpath -u "$GITHUB_WORKSPACE") && ./configure $CONFIGURE_ARGS'
@@ -469,7 +469,7 @@ jobs:
469
469
# We specifically use the cygwin tar so that symlinks are saved/restored correctly on Windows.
470
470
# We remove the local/lib64 link, which will be recreated by the next stage.
471
471
run : |
472
- C:\\tools\\cygwin\\bin\\bash -l -c 'cd $(cygpath -u "$GITHUB_WORKSPACE") && rm -f local/lib64; tar -cf /tmp/sage-local-${{ env.STAGE }}.tar --remove-files local'
472
+ C:\\tools\\cygwin\\bin\\bash -l -c 'cd $(cygpath -u "$GITHUB_WORKSPACE") && rm -f local/lib64; tar -cf /tmp/sage-local-${{ env.STAGE }}.tar --listed-incremental=/tmp/sage-local.snar local'
473
473
if : always()
474
474
- uses : actions/upload-artifact@v2
475
475
with :
@@ -519,7 +519,7 @@ jobs:
519
519
path : C:\\tools\\cygwin\\tmp
520
520
- name : Extract sage-local artifact
521
521
run : |
522
- C:\\tools\\cygwin\\bin\\bash -l -c 'cd $(cygpath -u "$GITHUB_WORKSPACE") && .github/workflows/extract-sage-local.sh /tmp/sage-local-${{ env.PREVIOUS_STAGES }}. tar'
522
+ 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 local '
523
523
- name : configure
524
524
run : |
525
525
C:\\tools\\cygwin\\bin\\bash -l -c 'export PATH=/usr/local/bin:/usr/bin && cd $(cygpath -u "$GITHUB_WORKSPACE") && ./configure $CONFIGURE_ARGS'
@@ -547,7 +547,7 @@ jobs:
547
547
# We specifically use the cygwin tar so that symlinks are saved/restored correctly on Windows.
548
548
# We remove the local/lib64 link, which will be recreated by the next stage.
549
549
run : |
550
- C:\\tools\\cygwin\\bin\\bash -l -c 'cd $(cygpath -u "$GITHUB_WORKSPACE") && rm -f local/lib64; tar -cf /tmp/sage-local-${{ env.STAGE }}.tar --remove-files local'
550
+ C:\\tools\\cygwin\\bin\\bash -l -c 'cd $(cygpath -u "$GITHUB_WORKSPACE") && rm -f local/lib64; tar -cf /tmp/sage-local-${{ env.STAGE }}.tar --listed-incremental=/tmp/sage-local.snar local'
551
551
if : always()
552
552
- uses : actions/upload-artifact@v2
553
553
with :
@@ -599,7 +599,7 @@ jobs:
599
599
path : C:\\tools\\cygwin\\tmp
600
600
- name : Extract sage-local artifact
601
601
run : |
602
- C:\\tools\\cygwin\\bin\\bash -l -c 'cd $(cygpath -u "$GITHUB_WORKSPACE") && .github/workflows/extract-sage-local.sh /tmp/sage-local-${{ env.PREVIOUS_STAGES }}. tar'
602
+ 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 local '
603
603
- name : configure
604
604
run : |
605
605
C:\\tools\\cygwin\\bin\\bash -l -c 'export PATH=/usr/local/bin:/usr/bin && cd $(cygpath -u "$GITHUB_WORKSPACE") && ./configure $CONFIGURE_ARGS'
@@ -627,7 +627,7 @@ jobs:
627
627
# We specifically use the cygwin tar so that symlinks are saved/restored correctly on Windows.
628
628
# We remove the local/lib64 link, which will be recreated by the next stage.
629
629
run : |
630
- C:\\tools\\cygwin\\bin\\bash -l -c 'cd $(cygpath -u "$GITHUB_WORKSPACE") && rm -f local/lib64; tar -cf /tmp/sage-local-${{ env.STAGE }}.tar --remove-files local'
630
+ C:\\tools\\cygwin\\bin\\bash -l -c 'cd $(cygpath -u "$GITHUB_WORKSPACE") && rm -f local/lib64; tar -cf /tmp/sage-local-${{ env.STAGE }}.tar --listed-incremental=/tmp/sage-local.snar local'
631
631
if : always()
632
632
- uses : actions/upload-artifact@v2
633
633
with :
@@ -679,7 +679,7 @@ jobs:
679
679
path : C:\\tools\\cygwin\\tmp
680
680
- name : Extract sage-local artifact
681
681
run : |
682
- C:\\tools\\cygwin\\bin\\bash -l -c 'cd $(cygpath -u "$GITHUB_WORKSPACE") && .github/workflows/extract-sage-local.sh /tmp/sage-local-${{ env.PREVIOUS_STAGES }}. tar'
682
+ 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 local '
683
683
- name : configure
684
684
run : |
685
685
C:\\tools\\cygwin\\bin\\bash -l -c 'export PATH=/usr/local/bin:/usr/bin && cd $(cygpath -u "$GITHUB_WORKSPACE") && ./configure $CONFIGURE_ARGS'
@@ -707,7 +707,7 @@ jobs:
707
707
# We specifically use the cygwin tar so that symlinks are saved/restored correctly on Windows.
708
708
# We remove the local/lib64 link, which will be recreated by the next stage.
709
709
run : |
710
- C:\\tools\\cygwin\\bin\\bash -l -c 'cd $(cygpath -u "$GITHUB_WORKSPACE") && rm -f local/lib64; tar -cf /tmp/sage-local-${{ env.STAGE }}.tar --remove-files local'
710
+ C:\\tools\\cygwin\\bin\\bash -l -c 'cd $(cygpath -u "$GITHUB_WORKSPACE") && rm -f local/lib64; tar -cf /tmp/sage-local-${{ env.STAGE }}.tar --listed-incremental=/tmp/sage-local.snar local'
711
711
if : always()
712
712
- uses : actions/upload-artifact@v2
713
713
with :
@@ -757,7 +757,7 @@ jobs:
757
757
path : C:\\tools\\cygwin\\tmp
758
758
- name : Extract sage-local artifact
759
759
run : |
760
- C:\\tools\\cygwin\\bin\\bash -l -c 'cd $(cygpath -u "$GITHUB_WORKSPACE") && .github/workflows/extract-sage-local.sh /tmp/sage-local-${{ env.PREVIOUS_STAGES }}. tar'
760
+ 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 local '
761
761
- name : configure
762
762
run : |
763
763
C:\\tools\\cygwin\\bin\\bash -l -c 'export PATH=/usr/local/bin:/usr/bin && cd $(cygpath -u "$GITHUB_WORKSPACE") && ./configure $CONFIGURE_ARGS'
@@ -785,7 +785,7 @@ jobs:
785
785
# We specifically use the cygwin tar so that symlinks are saved/restored correctly on Windows.
786
786
# We remove the local/lib64 link, which will be recreated by the next stage.
787
787
run : |
788
- C:\\tools\\cygwin\\bin\\bash -l -c 'cd $(cygpath -u "$GITHUB_WORKSPACE") && rm -f local/lib64; tar -cf /tmp/sage-local-${{ env.STAGE }}.tar --remove-files local'
788
+ C:\\tools\\cygwin\\bin\\bash -l -c 'cd $(cygpath -u "$GITHUB_WORKSPACE") && rm -f local/lib64; tar -cf /tmp/sage-local-${{ env.STAGE }}.tar --listed-incremental=/tmp/sage-local.snar local'
789
789
if : always()
790
790
- uses : actions/upload-artifact@v2
791
791
with :
@@ -835,7 +835,7 @@ jobs:
835
835
path : C:\\tools\\cygwin\\tmp
836
836
- name : Extract sage-local artifact
837
837
run : |
838
- C:\\tools\\cygwin\\bin\\bash -l -c 'cd $(cygpath -u "$GITHUB_WORKSPACE") && .github/workflows/extract-sage-local.sh /tmp/sage-local-${{ env.PREVIOUS_STAGES }}. tar'
838
+ 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 local '
839
839
- name : configure
840
840
run : |
841
841
C:\\tools\\cygwin\\bin\\bash -l -c 'export PATH=/usr/local/bin:/usr/bin && cd $(cygpath -u "$GITHUB_WORKSPACE") && ./configure $CONFIGURE_ARGS'
@@ -863,7 +863,7 @@ jobs:
863
863
# We specifically use the cygwin tar so that symlinks are saved/restored correctly on Windows.
864
864
# We remove the local/lib64 link, which will be recreated by the next stage.
865
865
run : |
866
- C:\\tools\\cygwin\\bin\\bash -l -c 'cd $(cygpath -u "$GITHUB_WORKSPACE") && rm -f local/lib64; tar -cf /tmp/sage-local-${{ env.STAGE }}.tar --remove-files local'
866
+ C:\\tools\\cygwin\\bin\\bash -l -c 'cd $(cygpath -u "$GITHUB_WORKSPACE") && rm -f local/lib64; tar -cf /tmp/sage-local-${{ env.STAGE }}.tar --listed-incremental=/tmp/sage-local.snar local'
867
867
if : always()
868
868
- uses : actions/upload-artifact@v2
869
869
with :
@@ -941,7 +941,7 @@ jobs:
941
941
# We specifically use the cygwin tar so that symlinks are saved/restored correctly on Windows.
942
942
# We remove the local/lib64 link, which will be recreated by the next stage.
943
943
run : |
944
- C:\\tools\\cygwin\\bin\\bash -l -c 'cd $(cygpath -u "$GITHUB_WORKSPACE") && rm -f local/lib64; tar -cf /tmp/sage-local-${{ env.STAGE }}.tar --remove-files local'
944
+ C:\\tools\\cygwin\\bin\\bash -l -c 'cd $(cygpath -u "$GITHUB_WORKSPACE") && rm -f local/lib64; tar -cf /tmp/sage-local-${{ env.STAGE }}.tar --listed-incremental=/tmp/sage-local.snar local'
945
945
if : always()
946
946
- uses : actions/upload-artifact@v2
947
947
with :
0 commit comments