Skip to content

Commit

Permalink
travis: Don't build python bindings in travis
Browse files Browse the repository at this point in the history
Due to rust-lang/rust#55380, travis cannot
compile pyportus. These failures mask other real errors. Therefore,
temporarily disable travis builds of the python bindings until either:
1. we can specify rust nightly version in travis
2. ICE goes away.
  • Loading branch information
akshayknarayan committed Nov 6, 2018
1 parent fb9977d commit 5854e29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
all: build test-portus test-ipc libccp-integration lint

travis: build test-portus libccp-integration bindings
travis: build test-portus libccp-integration

OS := $(shell uname)
CLIPPY := $(shell rustup component list --toolchain nightly | grep "clippy" | grep -c "installed")
Expand Down

0 comments on commit 5854e29

Please sign in to comment.