Skip to content

Commit ba4e974

Browse files
committed
Small (temporary) tweak to ci-dev Dockerfile
1 parent 62d0fe2 commit ba4e974

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2023-03-24 Dirk Eddelbuettel <[email protected]>
2+
3+
* docker/ci-dev/Dockerfile: During Debian freeze experimental repo is
4+
renamed which leads to a hickup here so temporarily remove list file
5+
16
2023-03-24 Iñaki Ucar <[email protected]>
27

38
* inst/tinytest/test_xptr.R: Skip some tests on Windows

docker/ci-dev/Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ LABEL org.label-schema.license="GPL-2.0" \
66
org.label-schema.vcs-url="https://github.com/RcppCore/Rcpp" \
77
maintainer="Dirk Eddelbuettel <[email protected]>"
88

9-
RUN apt-get update \
10-
&& apt-get install -y --no-install-recommends git \
9+
RUN rm /etc/apt/sources.list.d/experimental.list \
10+
&& apt update -y \
11+
&& apt install -y --no-install-recommends git \
1112
&& RDscript -e 'install.packages(c("codetools", "inline", "pkgKitten", "rbenchmark", "tinytest"))'
1213

1314
ENV _R_CHECK_FORCE_SUGGESTS_ FALSE

0 commit comments

Comments
 (0)