ci(crow): enable verbose patched builds in the trial-build gate #129
1 changed files with 4 additions and 0 deletions
|
|
@ -116,6 +116,10 @@ steps:
|
||||||
ARCH: ${ARCH}
|
ARCH: ${ARCH}
|
||||||
R_VERSION: ${R_VERSION}
|
R_VERSION: ${R_VERSION}
|
||||||
R_LIBS_USER: /mnt/cache/R-pkgs
|
R_LIBS_USER: /mnt/cache/R-pkgs
|
||||||
|
# Surface the real compiler error when an isolated patched build fails,
|
||||||
|
# instead of bincraft's opaque "System command 'R' failed" (needs bincraft
|
||||||
|
# with BINCRAFT_VERBOSE_PATCH_BUILD support; harmless on older versions).
|
||||||
|
BINCRAFT_VERBOSE_PATCH_BUILD: 'TRUE'
|
||||||
commands:
|
commands:
|
||||||
- git clone -q --branch ${patch_branch} https://pat-s:$$REPO_RO_TOKEN@git.devxy.io/devxy/build-cran-binaries.git .
|
- git clone -q --branch ${patch_branch} https://pat-s:$$REPO_RO_TOKEN@git.devxy.io/devxy/build-cran-binaries.git .
|
||||||
- git fetch -q origin main
|
- git fetch -q origin main
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue