Commit 10c19737 authored by Ian Jackson's avatar Ian Jackson
Browse files

Disable x86_64-unknown-linux-gnux32 test case

This only runs in scheduled jobs.  And it doesn't work right now.

It hasn't passed for at least a month, but it's not clear how much of
that time it was being run because the osx failure would mask it.
parent ab574c4e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -42,7 +42,7 @@ MAINTAINED_PLATFORMS=(
	"x86_64-pc-windows-gnu"
	"x86_64-pc-windows-msvc"
	"x86_64-unknown-linux-gnu"
	"x86_64-unknown-linux-gnux32"
	#"x86_64-unknown-linux-gnux32"
	"x86_64-unknown-linux-musl"
)