@@ -570,7 +570,7 @@ jobs:
570
570
if : ${{ steps.docs-change.outputs.DOCS_CHANGE != 'docs only change' }}
571
571
with :
572
572
profile : minimal
573
- toolchain : nightly-2021-08-12
573
+ toolchain : nightly-2021-11-15
574
574
575
575
- name : Cache cargo registry
576
576
uses : actions/cache@v1
@@ -592,7 +592,7 @@ jobs:
592
592
if : ${{ steps.docs-change.outputs.DOCS_CHANGE != 'docs only change' }}
593
593
with :
594
594
path : packages/next-swc/native/next-swc.linux-x64-gnu.node
595
- key : dev-next-swc-nightly-2021-08-12 -linux-x64-gnu-${{ hashFiles('.github/workflows/build_test_deploy.yml', 'packages/next-swc/**') }}
595
+ key : dev-next-swc-nightly-2021-11-15 -linux-x64-gnu-${{ hashFiles('.github/workflows/build_test_deploy.yml', 'packages/next-swc/**') }}
596
596
597
597
# We use restore-key to pick latest cache.
598
598
# We will not get exact match, but doc says
@@ -643,7 +643,7 @@ jobs:
643
643
if : ${{ steps.docs-change.outputs.DOCS_CHANGE != 'docs only change' }}
644
644
uses : actions-rs/toolchain@v1
645
645
with :
646
- toolchain : nightly-2021-08-12
646
+ toolchain : nightly-2021-11-15
647
647
profile : minimal
648
648
- run : cd packages/next-swc && cargo test
649
649
if : ${{ steps.docs-change.outputs.DOCS_CHANGE != 'docs only change' }}
@@ -704,7 +704,7 @@ jobs:
704
704
uses : actions-rs/toolchain@v1
705
705
with :
706
706
profile : minimal
707
- toolchain : nightly-2021-08-12
707
+ toolchain : nightly-2021-11-15
708
708
target : ${{ matrix.target }}
709
709
710
710
- name : Cache cargo registry
@@ -724,7 +724,7 @@ jobs:
724
724
uses : actions/cache@v2
725
725
with :
726
726
path : packages/next-swc/native/next-swc.${{ matrix.name }}.node
727
- key : next-swc-nightly-2021-08-12 -${{ matrix.target }}-${{ hashFiles('.github/workflows/build_test_deploy.yml', 'packages/next-swc/**') }}
727
+ key : next-swc-nightly-2021-11-15 -${{ matrix.target }}-${{ hashFiles('.github/workflows/build_test_deploy.yml', 'packages/next-swc/**') }}
728
728
729
729
- name : Cross build aarch64 setup
730
730
if : ${{ matrix.target == 'aarch64-apple-darwin' }}
@@ -798,7 +798,7 @@ jobs:
798
798
uses : actions-rs/toolchain@v1
799
799
with :
800
800
profile : minimal
801
- toolchain : nightly-2021-08-12
801
+ toolchain : nightly-2021-11-15
802
802
override : true
803
803
target : i686-pc-windows-msvc
804
804
@@ -807,7 +807,7 @@ jobs:
807
807
uses : actions/cache@v2
808
808
with :
809
809
path : packages/next-swc/native/next-swc.win32-ia32-msvc.node
810
- key : next-swc-nightly-2021-08-12 -win32-ia32-msvc-${{ hashFiles('.github/workflows/build_test_deploy.yml', 'packages/next-swc/**') }}
810
+ key : next-swc-nightly-2021-11-15 -win32-ia32-msvc-${{ hashFiles('.github/workflows/build_test_deploy.yml', 'packages/next-swc/**') }}
811
811
812
812
- name : Build
813
813
if : ${{ steps.binary-cache.outputs.cache-hit != 'true' }}
@@ -844,7 +844,7 @@ jobs:
844
844
uses : actions-rs/toolchain@v1
845
845
with :
846
846
profile : minimal
847
- toolchain : nightly-2021-08-12
847
+ toolchain : nightly-2021-11-15
848
848
override : true
849
849
target : aarch64-pc-windows-msvc
850
850
@@ -853,7 +853,7 @@ jobs:
853
853
uses : actions/cache@v2
854
854
with :
855
855
path : packages/next-swc/native/next-swc.win32-arm64-msvc.node
856
- key : next-swc-nightly-2021-08-12 -win32-arm64-msvc-${{ hashFiles('.github/workflows/build_test_deploy.yml', 'packages/next-swc/**') }}
856
+ key : next-swc-nightly-2021-11-15 -win32-arm64-msvc-${{ hashFiles('.github/workflows/build_test_deploy.yml', 'packages/next-swc/**') }}
857
857
858
858
- name : Build
859
859
if : ${{ steps.binary-cache.outputs.cache-hit != 'true' }}
@@ -902,7 +902,7 @@ jobs:
902
902
uses : actions/cache@v2
903
903
with :
904
904
path : packages/next-swc/native/next-swc.linux-x64-musl.node
905
- key : next-swc-nightly-2021-08-12 -linux-x64-musl-${{ hashFiles('.github/workflows/build_test_deploy.yml', 'packages/next-swc/**') }}
905
+ key : next-swc-nightly-2021-11-15 -linux-x64-musl-${{ hashFiles('.github/workflows/build_test_deploy.yml', 'packages/next-swc/**') }}
906
906
907
907
- name : ' Build'
908
908
if : ${{ steps.binary-cache.outputs.cache-hit != 'true' }}
@@ -940,7 +940,7 @@ jobs:
940
940
uses : actions-rs/toolchain@v1
941
941
with :
942
942
profile : minimal
943
- toolchain : nightly-2021-08-12
943
+ toolchain : nightly-2021-11-15
944
944
override : true
945
945
target : aarch64-unknown-linux-gnu
946
946
@@ -961,7 +961,7 @@ jobs:
961
961
uses : actions/cache@v2
962
962
with :
963
963
path : packages/next-swc/native/next-swc.linux-arm64-gnu.node
964
- key : next-swc-nightly-2021-08-12 -linux-arm64-gnu-${{ hashFiles('.github/workflows/build_test_deploy.yml', 'packages/next-swc/**') }}
964
+ key : next-swc-nightly-2021-11-15 -linux-arm64-gnu-${{ hashFiles('.github/workflows/build_test_deploy.yml', 'packages/next-swc/**') }}
965
965
966
966
- name : Cross build aarch64
967
967
if : ${{ steps.binary-cache.outputs.cache-hit != 'true' }}
@@ -997,7 +997,7 @@ jobs:
997
997
uses : actions-rs/toolchain@v1
998
998
with :
999
999
profile : minimal
1000
- toolchain : nightly-2021-08-12
1000
+ toolchain : nightly-2021-11-15
1001
1001
override : true
1002
1002
target : aarch64-unknown-linux-musl
1003
1003
@@ -1018,7 +1018,7 @@ jobs:
1018
1018
uses : actions/cache@v2
1019
1019
with :
1020
1020
path : packages/next-swc/native/next-swc.linux-arm64-musl.node
1021
- key : next-swc-nightly-2021-08-12 -linux-arm64-musl-${{ hashFiles('.github/workflows/build_test_deploy.yml', 'packages/next-swc/**') }}
1021
+ key : next-swc-nightly-2021-11-15 -linux-arm64-musl-${{ hashFiles('.github/workflows/build_test_deploy.yml', 'packages/next-swc/**') }}
1022
1022
1023
1023
- name : Cross build aarch64
1024
1024
if : ${{ steps.binary-cache.outputs.cache-hit != 'true' }}
@@ -1056,7 +1056,7 @@ jobs:
1056
1056
uses : actions-rs/toolchain@v1
1057
1057
with :
1058
1058
profile : minimal
1059
- toolchain : nightly-2021-08-12
1059
+ toolchain : nightly-2021-11-15
1060
1060
override : true
1061
1061
target : armv7-unknown-linux-gnueabihf
1062
1062
@@ -1077,7 +1077,7 @@ jobs:
1077
1077
uses : actions/cache@v2
1078
1078
with :
1079
1079
path : packages/next-swc/native/next-swc.linux-arm-gnueabihf.node
1080
- key : next-swc-nightly-2021-08-12 -linux-arm-gnueabihf-${{ hashFiles('.github/workflows/build_test_deploy.yml', 'packages/next-swc/**') }}
1080
+ key : next-swc-nightly-2021-11-15 -linux-arm-gnueabihf-${{ hashFiles('.github/workflows/build_test_deploy.yml', 'packages/next-swc/**') }}
1081
1081
1082
1082
- name : Cross build aarch64
1083
1083
if : ${{ steps.binary-cache.outputs.cache-hit != 'true' }}
@@ -1113,7 +1113,7 @@ jobs:
1113
1113
uses : actions-rs/toolchain@v1
1114
1114
with :
1115
1115
profile : minimal
1116
- toolchain : nightly-2021-08-12
1116
+ toolchain : nightly-2021-11-15
1117
1117
override : true
1118
1118
target : aarch64-linux-android
1119
1119
@@ -1122,7 +1122,7 @@ jobs:
1122
1122
uses : actions/cache@v2
1123
1123
with :
1124
1124
path : packages/next-swc/native/next-swc.android-arm64.node
1125
- key : next-swc-nightly-2021-08-12 -android-arm64-${{ hashFiles('.github/workflows/build_test_deploy.yml', 'packages/next-swc/**') }}
1125
+ key : next-swc-nightly-2021-11-15 -android-arm64-${{ hashFiles('.github/workflows/build_test_deploy.yml', 'packages/next-swc/**') }}
1126
1126
1127
1127
- name : Build
1128
1128
if : ${{ steps.binary-cache.outputs.cache-hit != 'true' }}
@@ -1161,7 +1161,7 @@ jobs:
1161
1161
uses : actions-rs/toolchain@v1
1162
1162
with :
1163
1163
profile : minimal
1164
- toolchain : nightly-2021-08-12
1164
+ toolchain : nightly-2021-11-15
1165
1165
override : true
1166
1166
target : wasm32-unknown-unknown
1167
1167
0 commit comments