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

separate native distributions by architecture

parent 852b2372
No related branches found
No related tags found
No related merge requests found
......@@ -437,6 +437,18 @@ suite = {
"dependencies" : ["com.oracle.truffle.r.test.native"],
"distDependencies" : ["FASTR_NATIVE_DEV"],
"exclude" : ["GNUR", "GNU_ICONV"],
"os_arch" : {
"linux" : {
"amd64" : {
"path" : "mxbuild/dists/linux/amd64/fastr-unit-tests-native.jar",
}
},
"darwin" : {
"amd64" : {
"path" : "mxbuild/dists/darwin/amd64/fastr-unit-tests-native.jar",
},
},
},
},
"FASTR_NATIVE_DEV": {
......@@ -446,12 +458,36 @@ suite = {
"GNUR",
"GNU_ICONV",
],
"os_arch" : {
"linux" : {
"amd64" : {
"path" : "mxbuild/dists/linux/amd64/fastr-native-dev.jar",
},
},
"darwin" : {
"amd64" : {
"path" : "mxbuild/dists/darwin/amd64/fastr-native-dev.jar",
},
},
},
},
"FASTR_RELEASE": {
"description" : "a binary release of FastR",
"dependencies" : ["com.oracle.truffle.r.release"],
"os_arch" : {
"linux" : {
"amd64" : {
"path" : "mxbuild/dists/linux/amd64/fastr-release.jar",
}
},
"darwin" : {
"amd64" : {
"path" : "mxbuild/dists/darwin/amd64/fastr-release.jar",
}
},
},
},
},
},
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment