1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

annobin works only when targeting Fedora

And hopefully for other Linux.  Since it is not run on the build os,
`TEST_RUNNABLE` is not suitable for this case.
This commit is contained in:
Nobuyoshi Nakada 2022-05-16 17:56:32 +09:00
parent 641c3830df
commit a7577dbfd3
No known key found for this signature in database
GPG key ID: 7CD2805BFA3770C6

View file

@ -1447,10 +1447,10 @@ yes-test-bundler-parallel: yes-test-bundler-prepare
$(PARALLELRSPECOPTS) $(srcdir)/spec/bundler/$(BUNDLER_SPECS)
no-test-bundler-parallel:
test-annocheck: $(TEST_RUNNABLE)-test-annocheck
yes-test-annocheck: $(PROGRAM)
test-annocheck: $(target_os)-test-annocheck
linux-test-annocheck: $(PROGRAM)
$(tooldir)/test-annocheck.sh $(PROGRAM)
no-test-annocheck: PHONY
$(target_os)-test-annocheck: PHONY
GEM = up
sync-default-gems: