jonkeane commented on code in PR #13680:
URL: https://github.com/apache/arrow/pull/13680#discussion_r929943914
##########
.github/workflows/r.yml:
##########
@@ -90,9 +90,13 @@ jobs:
run: |
sudo sysctl -w kernel.core_pattern="core.%e.%p"
ulimit -c unlimited
- # Setting a non-default and non-probable Marquesas French Polynesia
time
- # it has both with a .45 offset and very very few people who live
there.
- archery docker run -e TZ=MART -e ARROW_R_FORCE_TESTS=${{
matrix.force-tests }} ubuntu-r
+ # TZ was set to a non-default and non-probable Marquesas French
Polynesia
+ # (it has both with a .45 offset and very very few people who live
there)
+ # time here. The build was failing with the following warning
(probably
+ # raised to error) in them:
+ # System has not been booted with systemd as init system (PID 1).
Can't operate.
+ # Failed to connect to bus: Host is down
+ archery docker run -e TZ="" -e ARROW_R_FORCE_TESTS=${{
matrix.force-tests }} ubuntu-r
Review Comment:
Great 👍
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]