diff --git a/.github/workflows/r_package.yml b/.github/workflows/r_package.yml index c72ec7fae112..3bcbf7ea4f79 100644 --- a/.github/workflows/r_package.yml +++ b/.github/workflows/r_package.yml @@ -14,6 +14,10 @@ concurrency: cancel-in-progress: true env: + # https://github.com/actions/checkout/issues/1590#issuecomment-2207052044 + # + # this could be removed (hopefully) when R 3.6 support is removed + ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true CMAKE_BUILD_PARALLEL_LEVEL: 4 # hack to get around this: # https://stat.ethz.ch/pipermail/r-package-devel/2020q3/005930.html diff --git a/.vsts-ci.yml b/.vsts-ci.yml index 169b04fffe13..4c0f80eb8c02 100644 --- a/.vsts-ci.yml +++ b/.vsts-ci.yml @@ -182,71 +182,71 @@ jobs: inputs: filePath: $(Build.SourcesDirectory)/.ci/test.sh targetType: 'filePath' -########################################### -- job: QEMU_multiarch -########################################### - variables: - BUILD_DIRECTORY: /LightGBM - COMPILER: gcc - PRODUCES_ARTIFACTS: 'true' - pool: - vmImage: ubuntu-22.04 - timeoutInMinutes: 180 - strategy: - matrix: - bdist: - TASK: bdist - ARCH: aarch64 - steps: - - script: | - sudo apt-get update - sudo apt-get install --no-install-recommends -y \ - binfmt-support \ - qemu \ - qemu-user \ - qemu-user-static - displayName: 'Install QEMU' - - script: | - docker run --rm --privileged multiarch/qemu-user-static --reset -p yes - displayName: 'Enable Docker multi-architecture support' - - script: | - git clean -d -f -x - displayName: 'Clean source directory' - - script: | - cat > docker-script.sh < docker-script.sh <