Skip to content

Commit 3082be1

Browse files
committed
Remove sscache
1 parent fafb247 commit 3082be1

File tree

4 files changed

+0
-18
lines changed

4 files changed

+0
-18
lines changed

.github/workflows/pre-release.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,6 @@ jobs:
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:
@@ -102,8 +99,6 @@ jobs:
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 }}

.github/workflows/release.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,6 @@ jobs:
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:
@@ -74,8 +71,6 @@ jobs:
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__

.github/workflows/test-build.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,6 @@ jobs:
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:
@@ -66,8 +63,6 @@ jobs:
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 }}

app/src-tauri/.cargo/config.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
[build]
2-
# sccacheを使用してキャッシュを有効化
3-
rustc-wrapper = "sccache"
4-
52
# 並列ビルドの設定
63
jobs = 8
74

0 commit comments

Comments
 (0)