Skip to content

Commit

Permalink
rig-ubuntu-duckdb4
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Oct 21, 2024
1 parent 6b4b306 commit 0550bbe
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/stages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
- dm
- rig-ubuntu-dbi
- rig-ubuntu-duckdb
- rig-ubuntu-duckdb4
- rig-ubuntu-igraph
- rig-ubuntu-revdepcheck
- rig-ubuntu24-gcc14
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ FIXME

FIXME

### [rig-ubuntu-duckdb4](rig-ubuntu-duckdb4)

Like rig-ubuntu-duckdb, but with R 4.0.

### [rig-ubuntu-duckdb-dev](rig-ubuntu-duckdb-dev)

FIXME
Expand Down
9 changes: 9 additions & 0 deletions rig-ubuntu-duckdb4/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
FROM ghcr.io/cynkra/docker-images/rig-ubuntu:latest

RUN apt-get install -y python3 ninja-build cmake

RUN rig add 4.0

RUN R-4.0 -q -e 'pak::pak(c("duckdb", "cpp11", "decor", "devtools"), dependencies = TRUE)'

ENV DUCKDB_R_DEBUG 1

0 comments on commit 0550bbe

Please sign in to comment.