Skip to content

Commit

Permalink
Import from actions-sync, check carefully
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Oct 17, 2021
1 parent 8e752c2 commit fa2a115
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/R-CMD-check-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ on:
schedule:
- cron: '5 0 * * *'
push:
paths:
- ".github/workflows/R-CMD-check-dev.yaml"
branches:
- "cran-*"

name: rcc dev

Expand Down Expand Up @@ -235,8 +235,8 @@ jobs:
uses: actions/cache@v2
with:
path: ${{ env.R_LIBS_USER }}
key: ubuntu-18.04-r-dev-release-${{ matrix.package }}-${{steps.date.outputs.date}}
restore-keys: ubuntu-18.04-r-dev-release-${{ matrix.package }}-
key: ubuntu-18.04-r-dev-release-${{ matrix.package }}-1-${{steps.date.outputs.date}}
restore-keys: ubuntu-18.04-r-dev-release-${{ matrix.package }}-1-

- name: Install system dependencies
if: runner.os == 'Linux'
Expand Down
6 changes: 1 addition & 5 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
fail-fast: false
# Ensure that the "cancel" workflow gets a chance to run quickly, even if we just pushed
# Need to figure out how to smoke-test
max-parallel: 6
max-parallel: 5
matrix:
config:
- { os: macOS-latest, r: 'release' }
Expand All @@ -56,10 +56,6 @@ jobs:
- {os: ubuntu-, os-version: 18.04, r: '3.4', rspm: "https://packagemanager.rstudio.com/cran/__linux__/bionic/latest"}
# End custom: R 3.4

# Begin custom: R 3.3
- {os: ubuntu-, os-version: 18.04, r: '3.3', rspm: "https://packagemanager.rstudio.com/cran/__linux__/bionic/latest"}
# End custom: R 3.3

# Begin custom: matrix elements
- {os: ubuntu-18.04, r: 'release', rspm: "https://packagemanager.rstudio.com/cran/__linux__/bionic/latest", libunwind: omit-libunwind, desc: "omit libunwind" }
- {os: ubuntu-18.04, r: 'release', rspm: "https://packagemanager.rstudio.com/cran/__linux__/bionic/latest", libunwind: omit-libunwind, libbacktrace: omit-libbacktrace, desc: "omit libunwind and libbacktrace" }
Expand Down

0 comments on commit fa2a115

Please sign in to comment.