Skip to content

Commit 0aff91f

Browse files
author
Michael Klishin
committed
Exclude Perl from CI runs for now
Net::RabbitFoot fails to install on CI. Also exclude erroneously committed scala setup make target.
1 parent da4fc5b commit 0aff91f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ all:
3131
# make
3232
# make install
3333
#
34-
setup: dotnet/.ok erlang/.ok java/.ok python/.ok php/.ok ruby-amqp/.ok ruby/.ok python-puka/.ok perl/.ok clojure/.ok scala/.ok
34+
setup: dotnet/.ok erlang/.ok java/.ok python/.ok php/.ok ruby-amqp/.ok ruby/.ok python-puka/.ok clojure/.ok
3535

3636
setup-travisci: dotnet/.ok erlang/.ok java/.ok python/.ok ruby/.ok php/.ok clojure/.ok
3737

test.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def gen(prog, arg="", **kwargs):
6262
}
6363
return [
6464
('python', './venv/bin/python %(prog)s.py %(arg)s' % ctx),
65-
('perl', 'perl %(prog)s.pl %(arg)s' % ctx),
65+
# ('perl', 'perl %(prog)s.pl %(arg)s' % ctx),
6666
('erlang', './%(prog)s.erl %(arg)s' % ctx),
6767
('java', 'java -cp .:commons-io-1.2.jar:commons-cli-1.1.jar:'
6868
'rabbitmq-client.jar %(java)s %(arg)s' % ctx),

0 commit comments

Comments
 (0)