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.

Could not pin travis builds to rust nightly-2018-10-23 until ICE is resolved (or
pyo3 0.5.0 is released, which will resolve this).

Disable travis builds of python bindings temporarily.
  • Loading branch information
akshayknarayan committed Nov 6, 2018
1 parent fb9977d commit b983e34
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 b983e34

Please sign in to comment.