File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -29,12 +29,12 @@ Then download the standalone's `.tar.gz` for linux-amd64 (looks like `ruby-stand
29
29
The jdk version to use for the standalone is the one in ` graal/vm/ce-release-artifacts.json ` .
30
30
The TruffleRuby commit in that build should correspond to the last commit of the release branch (` release/graal-vm/$VERSION ` ).
31
31
32
- We run all Docker tests, only on the standalone distribution to make it reasonably fast .
32
+ We run all Docker tests on the standalone distributions .
33
33
This can be done with:
34
34
``` bash
35
35
jt docker test --standalone $PATH_TO_STANDALONE_TAR_GZ --test release/graal-vm/$VERSION
36
36
# A concrete example
37
- jt docker test --standalone $PWD /ruby-standalone-svm-java17 -linux-amd64-* .tar.gz --test release/graal-vm/23.0
37
+ jt docker test --standalone $PWD /ruby-native- standalone-svm-svmee-java22 -linux-amd64-* .tar.gz --test release/graal-vm/23.0
38
38
```
39
39
40
40
We typically run them in parallel instead to make it faster, running each of these commands in a different terminal:
You can’t perform that action at this time.
0 commit comments