From 8757cf12022b74f289992a61461be157f9e70d16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars=20G=C3=B6ttgens?= Date: Tue, 7 Jan 2025 15:55:14 +0100 Subject: [PATCH] Bump GAP_pkg_juliainterface_jll to 0.1300.2 (#1116) * Bump GAP_pkg_juliainterface_jll to 0.1300.2 * Disable guava test (has random failures) --- .github/workflows/CI-distro.yml | 1 + Project.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/CI-distro.yml b/.github/workflows/CI-distro.yml index 309b4aede..564df109c 100644 --- a/.github/workflows/CI-distro.yml +++ b/.github/workflows/CI-distro.yml @@ -67,6 +67,7 @@ jobs: - gap-package: 'example' # no jll - gap-package: 'examplesforhomalg' # `Error, found no GAP executable in PATH` - gap-package: 'guarana' # `AL_EXECUTABLE, the executable for PARI/GP, has to be set` + - gap-package: 'guava' # random test failures in `guava-3.19/tst/guava.tst:649`: Syntax error: expression expected in /tmp/gaptempfile.i8tlxS:1 GUAVA_TEMP_VAR := � & - gap-package: 'hap' # `polymake command not found. Please set POLYMAKE_COMMAND by hand` - gap-package: 'hapcryst' # `polymake command not found. Please set POLYMAKE_COMMAND by hand` - gap-package: 'help' # test failure in HeLP-4.0/tst/yes_4ti2.tst:39 diff --git a/Project.toml b/Project.toml index 21094639a..deeffac20 100644 --- a/Project.toml +++ b/Project.toml @@ -82,7 +82,7 @@ GAP_pkg_gauss_jll = "202400.1100.100" GAP_pkg_guava_jll = "300.1900.0" GAP_pkg_io_jll = "400.900.100" GAP_pkg_json_jll = "200.200.200" -GAP_pkg_juliainterface_jll = "=0.1300.1" +GAP_pkg_juliainterface_jll = "=0.1300.2" GAP_pkg_kbmag_jll = "100.500.1100" GAP_pkg_normalizinterface_jll = "100.300.700" GAP_pkg_nq_jll = "200.500.1100"