From 588754cae0e29fc81554b867b8c6cb854102937d Mon Sep 17 00:00:00 2001 From: Jacob Carlborg Date: Sun, 2 Jul 2023 09:42:54 +0200 Subject: [PATCH] fixup! Try --- .github/workflows/ci.yml | 106 +++++++++++++++++++-------------------- 1 file changed, 53 insertions(+), 53 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 32dcd521..81ed2706 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,25 +30,25 @@ jobs: matrix: arch: [x86_64] data: - - os: - host: ubuntu-latest - target_triple: x86_64-alpine-linux-musl - docker: true + # - os: + # host: ubuntu-latest + # target_triple: x86_64-alpine-linux-musl + # docker: true - os: host: macOS-latest target_triple: x86_64-apple-macos10.9 - - os: - host: windows-latest - target_triple: x86_64-pc-windows-msvc - - - os: - target: freebsd - version: '13.1' - target_triple: x86_64-unknown-freebsd13.1 - host: macOS-latest - cross_platform_actions: true + # - os: + # host: windows-latest + # target_triple: x86_64-pc-windows-msvc + # + # - os: + # target: freebsd + # version: '13.1' + # target_triple: x86_64-unknown-freebsd13.1 + # host: macOS-latest + # cross_platform_actions: true compiler: - ldc-latest @@ -56,41 +56,41 @@ jobs: llvm: - '15.0.7' - include: - - compiler: dmd-beta - llvm: '15.0.7' - arch: x86_64 - data: - os: - host: macOS-latest - target_triple: x86_64-apple-macos10.9 - - - compiler: ldc-beta - llvm: '15.0.7' - arch: x86_64 - data: - os: - host: ubuntu-latest - target_triple: x86_64-alpine-linux-musl - docker: true - - - compiler: dmd-master - llvm: '15.0.7' - arch: x86_64 - nightly: nightly - data: - os: - host: macOS-latest - target_triple: x86_64-apple-macos10.9 - - - compiler: ldc-master - llvm: '15.0.7' - arch: x86_64 - nightly: nightly - data: - os: - host: macOS-latest - target_triple: x86_64-apple-macos10.9 + # include: + # - compiler: dmd-beta + # llvm: '15.0.7' + # arch: x86_64 + # data: + # os: + # host: macOS-latest + # target_triple: x86_64-apple-macos10.9 + # + # - compiler: ldc-beta + # llvm: '15.0.7' + # arch: x86_64 + # data: + # os: + # host: ubuntu-latest + # target_triple: x86_64-alpine-linux-musl + # docker: true + # + # - compiler: dmd-master + # llvm: '15.0.7' + # arch: x86_64 + # nightly: nightly + # data: + # os: + # host: macOS-latest + # target_triple: x86_64-apple-macos10.9 + # + # - compiler: ldc-master + # llvm: '15.0.7' + # arch: x86_64 + # nightly: nightly + # data: + # os: + # host: macOS-latest + # target_triple: x86_64-apple-macos10.9 steps: - name: Clone Repository @@ -117,10 +117,10 @@ jobs: curl -f -L -o llvm.7z --retry 3 'https://github.com/jacob-carlborg/clang-builder/releases/download/v${{ matrix.llvm }}%2B0.0.2-rc2/llvm-${{ matrix.llvm }}-${{ matrix.data.os.target_triple }}.7z' 7z x llvm.7z - # - name: Setup tmate session - # uses: mxschmitt/action-tmate@v3 - # with: - # limit-access-to-actor: true + - name: Setup tmate session + uses: mxschmitt/action-tmate@v3 + with: + limit-access-to-actor: true - name: Test if: ${{ !matrix.data.cross_platform_actions && !matrix.data.docker }}