Skip to content

Commit

Permalink
Configure sdk suite to import docs suite. Update mx version for both …
Browse files Browse the repository at this point in the history
…sdk and docs suites.
  • Loading branch information
dnestoro committed Jul 6, 2022
1 parent 4bfb378 commit acd7cff
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/mx.docs/suite.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
suite = {
"mxversion" : "6.0.1",
"mxversion" : "6.1.9",
"name" : "docs",

"externalProjects": {
Expand Down
14 changes: 12 additions & 2 deletions sdk/mx.sdk/suite.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
# SOFTWARE.
#
suite = {
"mxversion" : "6.0.1",
"mxversion" : "6.1.9",
"name" : "sdk",
"version" : "22.3.0",
"release" : False,
Expand Down Expand Up @@ -76,7 +76,17 @@
},
"snippetsPattern" : ".*(Snippets|doc-files).*",
"defaultLicense" : "UPL",
"imports": {},
"imports": {
"suites": [
{
"name": "docs",
"subdir": True,
"urls" : [
{"url" : "https://curio.ssw.jku.at/nexus/content/repositories/snapshots", "kind" : "binary"},
]
},
]
},
"libraries" : {
"WRK_MULTIARCH": {
"urls": ["https://lafo.ssw.uni-linz.ac.at/pub/graal-external-deps/wrk-a211dd5-multiarch.tar.gz"],
Expand Down

0 comments on commit acd7cff

Please sign in to comment.