Skip to content

Commit bafdc67

Browse files
committed
Fix constdefs.h to only include the source code, not all stdout output
PullRequest: truffleruby/641
2 parents 4c32aef + 5ab7d1d commit bafdc67

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ci.jsonnet

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -572,12 +572,12 @@ local composition_environment = utils.add_inclusion_tracking(part_definitions, "
572572

573573
"ruby-test-svm-graal-core-linux": shared + svm_test_platforms.linux + tag_override,
574574
"ruby-test-svm-graal-core-darwin": shared + svm_test_platforms.darwin + tag_override,
575-
} + {
575+
}, /* + {
576576
local shared = $.use.build + $.svm.enterprise + { timelimit: "01:15:00" },
577577
578578
"ruby-test-svm-graal-enterprise-linux": shared + svm_test_platforms.linux,
579579
"ruby-test-svm-graal-enterprise-darwin": shared + svm_test_platforms.darwin,
580-
},
580+
}, */
581581

582582
local other_rubies = {
583583
mri: $.use.mri + $.cap.bench + $.cap.weekly,

src/main/c/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ etc/etc.su: etc/Makefile etc/etc.c
111111
etc/etc.c: etc/constdefs.h
112112

113113
etc/constdefs.h: etc/mkconstants.rb
114-
$(RUBY) $< > $@
114+
$(RUBY) $< -o $@
115115

116116
# rbconfig/sizeof.su
117117
rbconfig-sizeof/Makefile: rbconfig-sizeof/extconf.rb $(EXTCONF_DEPS)

0 commit comments

Comments
 (0)