Skip to content

Commit 4e36987

Browse files
committed
Using devtools from deps.graalnodejs.
1 parent 03be9e3 commit 4e36987

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

common.jsonnet

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,6 @@ targets +
4646
},
4747

4848
linux_common:: {
49-
packages+: {
50-
devtoolset: '==7', # GCC 7.3.1, make 4.2.1, binutils 2.28, valgrind 3.13.0
51-
},
5249
},
5350

5451
linux_amd64:: common.linux_amd64 + self.linux_common + self.common_deps + {

graal-nodejs/ci.jsonnet

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
local common = import '../common.jsonnet';
22
local ci = import '../ci.jsonnet';
3+
local cicommon = import '../ci/common.jsonnet';
34

45
{
5-
local graalNodeJs = ci.jobtemplate + {
6+
local graalNodeJs = ci.jobtemplate + cicommon.deps.graalnodejs + {
67
cd:: 'graal-nodejs',
78
suite_prefix:: 'nodejs',
89
// increase default timelimit on windows and darwin-amd64

0 commit comments

Comments
 (0)