Skip to content

Commit f933576

Browse files
committed
Run the community build CI with the correct sbt wrapper
In particular, this avoids situations where the JVM goes into interpreter-only mode because CodeCache is full.
1 parent 5b53cd8 commit f933576

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.drone.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ pipeline:
4141
- cp -R . /tmp/3/ && cd /tmp/3/
4242
- git submodule update --init --recursive --jobs 7
4343
- export PATH=/tmp/4/project/scripts:$PATH
44-
- sbt community-build/test
44+
- ./project/scripts/sbt community-build/test
4545

4646
test_sbt:
4747
group: test

0 commit comments

Comments
 (0)