Skip to content
Snippets Groups Projects
Commit 41f79d8c authored by Mick Jordan's avatar Mick Jordan
Browse files

fix install of recommended packages on clean build

parent 21dc946b
Branches
No related tags found
No related merge requests found
......@@ -268,10 +268,12 @@ suite = {
"com.oracle.truffle.r.native.recommended" : {
"sourceDirs" : [],
# these dependencies ensure that all distributions are built
# before the nested mx that does the CMD INSTALL runs
"dependencies" : [
"com.oracle.truffle.r.native",
"com.oracle.truffle.r.engine",
"com.oracle.truffle.r.runtime.ffi"
"com.oracle.truffle.r.release",
"com.oracle.truffle.r.test",
"com.oracle.truffle.r.test.native"
],
"native" : "true",
"output" : "com.oracle.truffle.r.native.recommended",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment