mirror of
https://github.com/SebastianWendel/nixpkgs.git
synced 2024-11-06 02:06:46 +01:00
78b34b5e5b
- - nixpkgs now with full darwin support
34 lines
832 B
Diff
34 lines
832 B
Diff
diff --git a/mx.jvmci/suite.py b/mx.jvmci/suite.py
|
|
index 9690c0a38f..fa1d36b7e1 100644
|
|
--- a/mx.jvmci/suite.py
|
|
+++ b/mx.jvmci/suite.py
|
|
@@ -241,18 +241,7 @@ suite = {
|
|
"workingSets" : "JVMCI,HotSpot,SPARC",
|
|
},
|
|
|
|
- "jdk.vm.ci.hotspot.jfr" : {
|
|
- "subDir" : "jvmci",
|
|
- "sourceDirs" : ["src"],
|
|
- "dependencies" : [
|
|
- "jdk.vm.ci.hotspot",
|
|
- "JFR",
|
|
- ],
|
|
- "checkstyle" : "jdk.vm.ci.hotspot",
|
|
- "javaCompliance" : "1.8",
|
|
- "profile" : "",
|
|
- "workingSets" : "JVMCI,HotSpot",
|
|
- },
|
|
+
|
|
|
|
"hotspot" : {
|
|
"native" : True,
|
|
@@ -354,7 +343,7 @@ suite = {
|
|
"jdk.vm.ci.hotspot.aarch64",
|
|
"jdk.vm.ci.hotspot.amd64",
|
|
"jdk.vm.ci.hotspot.sparc",
|
|
- "jdk.vm.ci.hotspot.jfr",
|
|
+
|
|
],
|
|
"distDependencies" : [
|
|
"JVMCI_SERVICES",
|