Skip to content

Commit 73486ff

Browse files
committed
Testing the atlas build on rhub
1 parent 98177cf commit 73486ff

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

.github/workflows/rhub.yaml

+6-7
Original file line numberDiff line numberDiff line change
@@ -62,19 +62,18 @@ jobs:
6262
with:
6363
token: ${{ secrets.RHUB_TOKEN }}
6464
job-config: ${{ matrix.config.job-config }}
65-
- name: Test setting Variables
65+
- name: Environment Variable for nosuggests
6666
if: matrix.config.label == 'nosuggests'
6767
# --extra-arch must be second
68+
# https://github.com/r-hub/containers/blob/main/containers/nosuggests/Dockerfile
6869
run: |
69-
echo $CHECK_ARGS
70-
echo $BUILD_ARGS
7170
echo "CHECK_ARGS=--ignore-vignettes --extra-arch" >> $GITHUB_ENV
7271
echo "BUILD_ARGS=--no-build-vignettes" >> $GITHUB_ENV
73-
- name: Test get
74-
if: matrix.config.label == 'nosuggests'
72+
- name: Environment Variable for atlas
73+
if: matrix.config.label == 'atlas'
74+
# https://rstudio.github.io/r-manuals/r-ints/Tools.html
7575
run: |
76-
echo $CHECK_ARGS
77-
echo $BUILD_ARGS
76+
echo "_R_CHECK_COMPILATION_FLAGS_=false" >> $GITHUB_ENV
7877
- uses: r-hub/actions/run-check@v1
7978
with:
8079
token: ${{ secrets.RHUB_TOKEN }}

0 commit comments

Comments
 (0)