Skip to content

Commit 55ff389

Browse files
committed
Update Docker docs
1 parent 1d89a7e commit 55ff389

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/contributor/docker.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@ Then download the standalone's `.tar.gz` for linux-amd64 (looks like `ruby-stand
2929
The jdk version to use for the standalone is the one in `graal/vm/ce-release-artifacts.json`.
3030
The TruffleRuby commit in that build should correspond to the last commit of the release branch (`release/graal-vm/$VERSION`).
3131

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.
3333
This can be done with:
3434
```bash
3535
jt docker test --standalone $PATH_TO_STANDALONE_TAR_GZ --test release/graal-vm/$VERSION
3636
# 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
3838
```
3939

4040
We typically run them in parallel instead to make it faster, running each of these commands in a different terminal:

0 commit comments

Comments
 (0)