From d21adadcf2f9d86c8fdd1aca5e0b8dfccd67c696 Mon Sep 17 00:00:00 2001 From: Evgeny Posenitskiy <45995097+q-posev@users.noreply.github.com> Date: Wed, 15 Jun 2022 11:36:39 +0200 Subject: [PATCH] [CI] Disable the broker MacOS CI --- .github/workflows/test-build.yml | 114 +++++++++++++++---------------- 1 file changed, 57 insertions(+), 57 deletions(-) diff --git a/.github/workflows/test-build.yml b/.github/workflows/test-build.yml index c85a10e..16b32ce 100644 --- a/.github/workflows/test-build.yml +++ b/.github/workflows/test-build.yml @@ -76,60 +76,60 @@ jobs: run: make python-test working-directory: _build - x86_macos: - - runs-on: macos-latest - name: x86 MacOS latest - - steps: - - uses: actions/checkout@v2 - - name: install dependencies - run: brew install emacs hdf5 automake pkg-config - - - name: Symlink gfortran (macOS) - if: runner.os == 'macOS' - run: | - # make sure gfortran is available - # https://github.com/actions/virtual-environments/issues/2524 - # https://github.com/cbg-ethz/dce/blob/master/.github/workflows/pkgdown.yaml - sudo ln -s /usr/local/bin/gfortran-10 /usr/local/bin/gfortran - sudo mkdir /usr/local/gfortran - sudo ln -s /usr/local/Cellar/gcc@10/*/lib/gcc/10 /usr/local/gfortran/lib - gfortran --version - - - name: Install the latest TREXIO from the GitHub clone - run: | - git clone https://github.com/TREX-CoE/trexio.git - cd trexio - ./autogen.sh - ./configure --prefix=${PWD}/_install --enable-silent-rules - make -j 4 - make install - - - name: Test TREXIO - run: make -j 4 check - working-directory: trexio - - - name: Archive TREXIO test log file - if: failure() - uses: actions/upload-artifact@v2 - with: - name: test-report-trexio-macos - path: trexio/test-suite.log - - - name: Build QMCkl - run: | - export PKG_CONFIG_PATH=${PWD}/trexio/_install/lib/pkgconfig:$PKG_CONFIG_PATH - ./autogen.sh - ./configure CC=gcc-10 FC=gfortran-10 --enable-silent-rules - make -j 4 - - - name: Run test - run: make -j 4 check - - - name: Archive test log file - if: failure() - uses: actions/upload-artifact@v2 - with: - name: test-report-macos - path: test-suite.log +# x86_macos: +# +# runs-on: macos-latest +# name: x86 MacOS latest +# +# steps: +# - uses: actions/checkout@v2 +# - name: install dependencies +# run: brew install emacs hdf5 automake pkg-config +# +# - name: Symlink gfortran (macOS) +# if: runner.os == 'macOS' +# run: | +# # make sure gfortran is available +# # https://github.com/actions/virtual-environments/issues/2524 +# # https://github.com/cbg-ethz/dce/blob/master/.github/workflows/pkgdown.yaml +# sudo ln -s /usr/local/bin/gfortran-10 /usr/local/bin/gfortran +# sudo mkdir /usr/local/gfortran +# sudo ln -s /usr/local/Cellar/gcc@10/*/lib/gcc/10 /usr/local/gfortran/lib +# gfortran --version +# +# - name: Install the latest TREXIO from the GitHub clone +# run: | +# git clone https://github.com/TREX-CoE/trexio.git +# cd trexio +# ./autogen.sh +# ./configure --prefix=${PWD}/_install --enable-silent-rules +# make -j 4 +# make install +# +# - name: Test TREXIO +# run: make -j 4 check +# working-directory: trexio +# +# - name: Archive TREXIO test log file +# if: failure() +# uses: actions/upload-artifact@v2 +# with: +# name: test-report-trexio-macos +# path: trexio/test-suite.log +# +# - name: Build QMCkl +# run: | +# export PKG_CONFIG_PATH=${PWD}/trexio/_install/lib/pkgconfig:$PKG_CONFIG_PATH +# ./autogen.sh +# ./configure CC=gcc-10 FC=gfortran-10 --enable-silent-rules +# make -j 4 +# +# - name: Run test +# run: make -j 4 check +# +# - name: Archive test log file +# if: failure() +# uses: actions/upload-artifact@v2 +# with: +# name: test-report-macos +# path: test-suite.log