Commit 73486ff 1 parent 98177cf commit 73486ff Copy full SHA for 73486ff
File tree 1 file changed +6
-7
lines changed
1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -62,19 +62,18 @@ jobs:
62
62
with :
63
63
token : ${{ secrets.RHUB_TOKEN }}
64
64
job-config : ${{ matrix.config.job-config }}
65
- - name : Test setting Variables
65
+ - name : Environment Variable for nosuggests
66
66
if : matrix.config.label == 'nosuggests'
67
67
# --extra-arch must be second
68
+ # https://github.com/r-hub/containers/blob/main/containers/nosuggests/Dockerfile
68
69
run : |
69
- echo $CHECK_ARGS
70
- echo $BUILD_ARGS
71
70
echo "CHECK_ARGS=--ignore-vignettes --extra-arch" >> $GITHUB_ENV
72
71
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
75
75
run : |
76
- echo $CHECK_ARGS
77
- echo $BUILD_ARGS
76
+ echo "_R_CHECK_COMPILATION_FLAGS_=false" >> $GITHUB_ENV
78
77
- uses : r-hub/actions/run-check@v1
79
78
with :
80
79
token : ${{ secrets.RHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments