From 0f00eac24c31be47792cf2e9fa06a23045538bcb Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Wed, 14 Sep 2022 01:14:28 +0900 Subject: [PATCH] .builds: remove debian.yml io/fs cannot be imported from Go 1.15, and the default version of Go in Debian is 1.15. As the requried packages are almost the same as Ubuntu, tests for Debian might be redundant. Remove it. Updates #2323 --- .builds/debian.yml | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 .builds/debian.yml diff --git a/.builds/debian.yml b/.builds/debian.yml deleted file mode 100644 index cdabfb6c7..000000000 --- a/.builds/debian.yml +++ /dev/null @@ -1,19 +0,0 @@ -image: debian/stable -packages: - - libasound2-dev - - libc6-dev - - libglu1-mesa-dev - - libgl1-mesa-dev - - libxcursor-dev - - libxi-dev - - libxinerama-dev - - libxrandr-dev - - libxxf86vm-dev - - pkg-config - - golang -sources: - - https://github.com/hajimehoshi/ebiten -tasks: - - build: | - cd ebiten - go build -tags=example ./...