.builds: disable the build test on Arch

The test is failing now: https://builds.sr.ht/~hajimehoshi/job/812014
This commit is contained in:
Hajime Hoshi 2022-07-29 16:26:17 +09:00
parent c183555cc8
commit ce24e74479

View File

@ -1,16 +0,0 @@
image: archlinux
packages:
- alsa-lib
- libxcursor
- libxi
- libxinerama
- libxrandr
- mesa
- pkg-config
- go
sources:
- https://github.com/hajimehoshi/ebiten
tasks:
- build: |
cd ebiten
go build -tags=example ./...