Skip to content

Commit 917a251

Browse files
travis: Don't build python bindings in travis
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.
1 parent 36f491c commit 917a251

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
all: build test-portus test-ipc libccp-integration lint
22

3-
travis: build test-portus libccp-integration bindings
3+
travis: build test-portus libccp-integration
44

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

0 commit comments

Comments
 (0)