File tree Expand file tree Collapse file tree 1 file changed +26
-23
lines changed
Expand file tree Collapse file tree 1 file changed +26
-23
lines changed Original file line number Diff line number Diff line change @@ -27,29 +27,29 @@ jobs:
2727 target : x86_64-apple-darwin
2828 variant : debug
2929
30- - os : macOS-latest
31- target : x86_64-apple-darwin
32- variant : release
33-
34- - os : ubuntu-16.04
35- target : x86_64-unknown-linux-gnu
36- variant : debug
37-
38- - os : ubuntu-16.04
39- target : x86_64-unknown-linux-gnu
40- variant : release
41-
42- - os : windows-2019
43- target : x86_64-pc-windows-msvc
44- variant : release # Note: we do not support windows debug builds.
45-
46- - os : ubuntu-16.04
47- target : aarch64-unknown-linux-gnu
48- variant : debug
49-
50- - os : ubuntu-16.04
51- target : aarch64-unknown-linux-gnu
52- variant : release
30+ # - os: macOS-latest
31+ # target: x86_64-apple-darwin
32+ # variant: release
33+ #
34+ # - os: ubuntu-16.04
35+ # target: x86_64-unknown-linux-gnu
36+ # variant: debug
37+ #
38+ # - os: ubuntu-16.04
39+ # target: x86_64-unknown-linux-gnu
40+ # variant: release
41+ #
42+ # - os: windows-2019
43+ # target: x86_64-pc-windows-msvc
44+ # variant: release # Note: we do not support windows debug builds.
45+ #
46+ # - os: ubuntu-16.04
47+ # target: aarch64-unknown-linux-gnu
48+ # variant: debug
49+ #
50+ # - os: ubuntu-16.04
51+ # target: aarch64-unknown-linux-gnu
52+ # variant: release
5353
5454 env :
5555 V8_FROM_SOURCE : true
@@ -127,6 +127,9 @@ jobs:
127127 restore-keys :
128128 ${{ matrix.config.target }}-${{ matrix.config.variant }}-
129129
130+ - name : X
131+ run : rm -rf target/cargo target/debug
132+
130133 - name : Install and start sccache
131134 shell : pwsh
132135 env :
You can’t perform that action at this time.
0 commit comments