Skip to content

Commit 6d6c3d8

Browse files
committed
chore: new folder
1 parent 991273b commit 6d6c3d8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
image: lampepfl/dotty:2024-10-18
6262
options: --cpu-shares 4096
6363
volumes:
64-
- /nfs-cache/.develocity/build-cache/${{ github.event.pull_request.number }}:/root/.sbt/1.0/.develocity/build-cache
64+
- /nfs-cache/.develocity/build-cache-2/${{ github.event.pull_request.number }}:/root/.sbt/1.0/.develocity/build-cache
6565
- ${{ github.workspace }}/../../cache/sbt:/root/.sbt
6666
- ${{ github.workspace }}/../../cache/ivy:/root/.ivy2/cache
6767
- ${{ github.workspace }}/../../cache/general:/root/.cache
@@ -87,7 +87,7 @@ jobs:
8787
image: lampepfl/dotty:2024-10-18
8888
options: --cpu-shares 4096
8989
volumes:
90-
- /nfs-cache/.develocity/build-cache/${{ github.event.pull_request.number }}:/root/build-cache-source
90+
- /nfs-cache/.develocity/build-cache-2/${{ github.event.pull_request.number }}:/root/build-cache-source
9191
- ${{ github.workspace }}/../../cache/sbt:/root/.sbt
9292
- ${{ github.workspace }}/../../cache/ivy:/root/.ivy2/cache
9393
- ${{ github.workspace }}/../../cache/general:/root/.cache
@@ -107,7 +107,7 @@ jobs:
107107
- name: Compile Bootstrapped Dotty
108108
run: ./project/scripts/sbt "; scala3-bootstrapped/compile"
109109
- name: Populate the Remote Build Cache
110-
run: cp -r /root/.sbt/1.0/.develocity/build-cache/. /root/build-cache-source
110+
run: cp /root/.sbt/1.0/.develocity/build-cache/. /root/build-cache-source/
111111

112112

113113
test_non_bootstrapped:
@@ -117,7 +117,7 @@ jobs:
117117
image: lampepfl/dotty:2024-10-18
118118
options: --cpu-shares 4096
119119
volumes:
120-
- /nfs-cache/.develocity/build-cache/${{ github.event.pull_request.number }}:/root/build-cache-source:ro
120+
- /nfs-cache/.develocity/build-cache-2/${{ github.event.pull_request.number }}:/root/build-cache-source:ro
121121
- ${{ github.workspace }}/../../cache/sbt:/root/.sbt
122122
- ${{ github.workspace }}/../../cache/ivy:/root/.ivy2/cache
123123
- ${{ github.workspace }}/../../cache/general:/root/.cache

0 commit comments

Comments
 (0)