File tree Expand file tree Collapse file tree 4 files changed +0
-18
lines changed
Expand file tree Collapse file tree 4 files changed +0
-18
lines changed Original file line number Diff line number Diff line change 4040 with :
4141 targets : ${{ matrix.platform == 'macos-latest' && 'aarch64-apple-darwin,x86_64-apple-darwin' || '' }}
4242
43- - name : Run sccache-cache
44- uses : mozilla-actions/sccache-action@v0.0.9
45-
4643 - name : Setup Node.js
4744 uses : actions/setup-node@v4
4845 with :
10299 GIT_COMMIT_HASH : ${{ env.GIT_COMMIT_HASH }}
103100 GIT_BRANCH : ${{ env.GIT_BRANCH }}
104101 BUILD_TIMESTAMP : ${{ env.BUILD_TIMESTAMP }}
105- SCCACHE_GHA_ENABLED : " true"
106- RUSTC_WRAPPER : " sccache"
107102 with :
108103 projectPath : ' ./app'
109104 tagName : ${{ github.ref_name }}
Original file line number Diff line number Diff line change 4040 with :
4141 targets : ${{ matrix.platform == 'macos-latest' && 'aarch64-apple-darwin,x86_64-apple-darwin' || '' }}
4242
43- - name : Run sccache-cache
44- uses : mozilla-actions/sccache-action@v0.0.9
45-
4643 - name : Setup Node.js
4744 uses : actions/setup-node@v4
4845 with :
7471 GIT_COMMIT_HASH : ${{ env.GIT_COMMIT_HASH }}
7572 GIT_BRANCH : ${{ env.GIT_BRANCH }}
7673 BUILD_TIMESTAMP : ${{ env.BUILD_TIMESTAMP }}
77- SCCACHE_GHA_ENABLED : " true"
78- RUSTC_WRAPPER : " sccache"
7974 with :
8075 projectPath : ' ./app'
8176 tagName : v__VERSION__
Original file line number Diff line number Diff line change 3535 with :
3636 targets : ${{ matrix.platform == 'macos-latest' && 'aarch64-apple-darwin,x86_64-apple-darwin' || '' }}
3737
38- - name : Run sccache-cache
39- uses : mozilla-actions/sccache-action@v0.0.9
40-
4138 - name : Setup Node.js
4239 uses : actions/setup-node@v4
4340 with :
6663 GIT_COMMIT_HASH : ${{ env.GIT_COMMIT_HASH }}
6764 GIT_BRANCH : ${{ env.GIT_BRANCH }}
6865 BUILD_TIMESTAMP : ${{ env.BUILD_TIMESTAMP }}
69- SCCACHE_GHA_ENABLED : " true"
70- RUSTC_WRAPPER : " sccache"
7166 with :
7267 projectPath : ' ./app'
7368 args : ${{ matrix.args }}
Original file line number Diff line number Diff line change 11[build ]
2- # sccacheを使用してキャッシュを有効化
3- rustc-wrapper = " sccache"
4-
52# 並列ビルドの設定
63jobs = 8
74
You can’t perform that action at this time.
0 commit comments