Skip to content

Commit 7e46b5e

Browse files
[GR-67194] Also deploy maven artefacts from espresso-shared.
PullRequest: graal/21350
2 parents 75f79d6 + 56486ac commit 7e46b5e

File tree

2 files changed

+2
-15
lines changed

2 files changed

+2
-15
lines changed

espresso-shared/mx.espresso-shared/suite.py

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -44,21 +44,7 @@
4444

4545
# ------------- licenses
4646

47-
"licenses": {
48-
"GPLv2": {
49-
"name": "GNU General Public License, version 2",
50-
"url": "http://www.gnu.org/licenses/old-licenses/gpl-2.0.html"
51-
},
52-
"UPL": {
53-
"name": "Universal Permissive License, Version 1.0",
54-
"url": "http://opensource.org/licenses/UPL",
55-
},
56-
"Oracle Proprietary": {
57-
"name": "ORACLE PROPRIETARY/CONFIDENTIAL",
58-
"url": "http://www.oracle.com/us/legal/copyright/index.html"
59-
},
60-
},
61-
"defaultLicense": "GPLv2",
47+
"defaultLicense": "GPLv2-CPE",
6248

6349
# ------------- imports
6450

vm/ci/ci_common/common.jsonnet

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,7 @@ local devkits = graal_common.devkits;
224224
'--suite', 'regex',
225225
'--suite', 'graal-js',
226226
'--suite', 'espresso',
227+
'--suite', 'espresso-shared',
227228
'--suite', 'substratevm',
228229
];
229230
local ce_windows_suites = legacy_suites + [

0 commit comments

Comments
 (0)