61
61
image : lampepfl/dotty:2024-10-18
62
62
options : --cpu-shares 4096
63
63
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
65
65
- ${{ github.workspace }}/../../cache/sbt:/root/.sbt
66
66
- ${{ github.workspace }}/../../cache/ivy:/root/.ivy2/cache
67
67
- ${{ github.workspace }}/../../cache/general:/root/.cache
87
87
image : lampepfl/dotty:2024-10-18
88
88
options : --cpu-shares 4096
89
89
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
91
91
- ${{ github.workspace }}/../../cache/sbt:/root/.sbt
92
92
- ${{ github.workspace }}/../../cache/ivy:/root/.ivy2/cache
93
93
- ${{ github.workspace }}/../../cache/general:/root/.cache
@@ -107,7 +107,7 @@ jobs:
107
107
- name : Compile Bootstrapped Dotty
108
108
run : ./project/scripts/sbt "; scala3-bootstrapped/compile"
109
109
- 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/
111
111
112
112
113
113
test_non_bootstrapped :
@@ -117,7 +117,7 @@ jobs:
117
117
image : lampepfl/dotty:2024-10-18
118
118
options : --cpu-shares 4096
119
119
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
121
121
- ${{ github.workspace }}/../../cache/sbt:/root/.sbt
122
122
- ${{ github.workspace }}/../../cache/ivy:/root/.ivy2/cache
123
123
- ${{ github.workspace }}/../../cache/general:/root/.cache
0 commit comments