Skip to content

Commit 1c1fa9f

Browse files
committed
Do not recommend building with binary suites
PullRequest: truffleruby/667
2 parents 8d53e89 + fc08db5 commit 1c1fa9f

File tree

3 files changed

+0
-9
lines changed

3 files changed

+0
-9
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ test/mri/tests/cext-c/**/*.o
6868
/mx.truffleruby/env
6969
/mx.truffleruby/eclipse-launches
7070
/mxbuild
71-
/mx.imports
7271
/TRUFFLERUBY*.dist
7372

7473
# ruby/spec

doc/contributor/workflow.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,6 @@ jt mx version
4949

5050
## Building
5151

52-
We recommend configuring the build to use the Truffle framework as a binary
53-
dependency rather than importing it as source code.
54-
55-
```bash
56-
$ echo MX_BINARY_SUITES=tools,truffle,sdk > mx.truffleruby/env
57-
```
58-
5952
```bash
6053
$ jt build
6154
```

mx.truffleruby/suite.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@
102102
"dumps",
103103
"logo",
104104
"mxbuild",
105-
"mx.imports",
106105
".ext",
107106
"truffleruby-gem-test-pack",
108107
"lib/json/java",

0 commit comments

Comments
 (0)