From 4d509d44112fe95cb9dc2f808c3785a85cd4d728 Mon Sep 17 00:00:00 2001 From: Alejandro R Mosteo Date: Mon, 5 Oct 2020 17:43:24 +0200 Subject: [PATCH] Mark that it doesn't work with GNAT CE 2020 (#166) This way our tests depending on this crate should skip this compiler version, and users know this is an expected failure. Once SDLAda 2.5.4 is released with the fix a new release for CE 2020 will fix the issue for good. --- index/sd/sdlada/sdlada-2.3.1.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index/sd/sdlada/sdlada-2.3.1.toml b/index/sd/sdlada/sdlada-2.3.1.toml index 8cee6f61..6bfdadbf 100644 --- a/index/sd/sdlada/sdlada-2.3.1.toml +++ b/index/sd/sdlada/sdlada-2.3.1.toml @@ -11,6 +11,8 @@ project-files = ["build/gnat/sdlada.gpr"] libsdl2 = "^2.0" libsdl2_image = "^2.0" libsdl2_ttf = "^2.0" +gnat = "/=2020" # Does not build yet with CE 2020 + [[actions."case(os)".linux]] type = "post-fetch" command = ["make", "-C", "build/gnat", "SDL_PLATFORM=linux", "SDL_MODE=release"]