Skip to content

Commit d55a7ca

Browse files
committed
common builder: remove sulong explicit dynamic import
1 parent 594e09a commit d55a7ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci_common/builder.libsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ local mixins = import 'mixins.libsonnet';
2323
base:: base,
2424

2525
local common = base + mixins.labsjdk8 + {
26-
dynamicImports:: "/sulong,/compiler",
26+
dynamicImports:: "/compiler",
2727

2828
setup +: [
2929
["mx", "sforceimports"],

0 commit comments

Comments
 (0)