Skip to content

Commit

Permalink
[GR-39028] Make docs folder an independent suite
Browse files Browse the repository at this point in the history
PullRequest: graal/12025
  • Loading branch information
dnestoro committed Jul 6, 2022
2 parents 665718f + dcd424b commit 18ae340
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
11 changes: 11 additions & 0 deletions docs/mx.docs/suite.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
suite = {
"mxversion" : "6.1.9",
"name" : "docs",

"externalProjects": {
"docs": {
"type": "docs",
"path": '.'
}
}
}
11 changes: 9 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,14 @@
},
"snippetsPattern" : ".*(Snippets|doc-files).*",
"defaultLicense" : "UPL",
"imports": {},
"imports": {
"suites": [
{
"name": "docs",
"subdir": True,
},
]
},
"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 18ae340

Please sign in to comment.