Skip to content

Commit

Permalink
apacheGH-45508: [CI][R] Use Ubuntu 22.04 instead of 20.04 for sanitiz…
Browse files Browse the repository at this point in the history
…er jobs
  • Loading branch information
kou committed Feb 12, 2025
1 parent 21703f0 commit 01ae806
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1601,19 +1601,19 @@ services:
/bin/bash -c "/arrow/ci/scripts/r_test.sh /arrow"
ubuntu-r-sanitizer:
# Only 20.04 and amd64 supported
# Only 22.04 and amd64 supported
# Usage:
# docker compose build ubuntu-r-sanitizer
# docker compose run ubuntu-r-sanitizer
image: ${REPO}:amd64-ubuntu-20.04-r-sanitizer
image: ${REPO}:amd64-ubuntu-22.04-r-sanitizer
cap_add:
# LeakSanitizer and gdb requires ptrace(2)
- SYS_PTRACE
build:
context: .
dockerfile: ci/docker/linux-r.dockerfile
cache_from:
- ${REPO}:amd64-ubuntu-20.04-r-sanitizer
- ${REPO}:amd64-ubuntu-22.04-r-sanitizer
args:
base: wch1/r-debug:latest
r_bin: RDsan
Expand Down Expand Up @@ -1655,16 +1655,16 @@ services:
/arrow/ci/scripts/r_sanitize.sh /arrow"
ubuntu-r-valgrind:
# Only 20.04 and amd64 supported
# Only 22.04 and amd64 supported
# Usage:
# docker compose build ubuntu-r-valgrind
# docker compose run ubuntu-r-valgrind
image: ${REPO}:amd64-ubuntu-20.04-r-valgrind
image: ${REPO}:amd64-ubuntu-22.04-r-valgrind
build:
context: .
dockerfile: ci/docker/linux-r.dockerfile
cache_from:
- ${REPO}:amd64-ubuntu-20.04-r-valgrind
- ${REPO}:amd64-ubuntu-22.04-r-valgrind
args:
base: wch1/r-debug:latest
r_bin: RDvalgrind
Expand Down

0 comments on commit 01ae806

Please sign in to comment.