Skip to content

Commit

Permalink
ci: Avoid RMariaDB for now, #343
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Dec 24, 2023
1 parent 0883427 commit 0965b0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions revdep-dev/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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])")
Expand Down

0 comments on commit 0965b0e

Please sign in to comment.