From 0965b0ea794f4f1e7624b3b5342f2cd614b93e62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kirill=20M=C3=BCller?= Date: Sun, 24 Dec 2023 15:53:43 +0100 Subject: [PATCH] ci: Avoid RMariaDB for now, #343 --- revdep-dev/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/revdep-dev/Makefile b/revdep-dev/Makefile index 240efaba2..946d20e8b 100644 --- a/revdep-dev/Makefile +++ b/revdep-dev/Makefile @@ -5,8 +5,8 @@ TESTTHAT_REPORTER ?= testthat::ProgressReporter\$$new(max_failures = Inf, update # The REVDEP definition also decides what is run on GitHub Actions in backends.yaml # FIXME: Re-add duckdb, very slow on GitHub Actions # FIXME: Re-add odbc-postgres and odbc-sqlite, broken with new Arrow tests -# FIXME: Re-add RPostgres adbi odbc-sql-server, #343 -REVDEP := RMariaDB RSQLite RKazam odbc-mysql +# FIXME: Re-add RMariaDB RPostgres adbi odbc-sql-server, #343 +REVDEP := RSQLite RKazam odbc-mysql TEST_TARGETS := $(patsubst %,test-%,${REVDEP}) LIB_DIR := $(shell Rscript -e "cat(.libPaths()[1])")