From ac90179779de32a635c6e05a18baf86545ff475d Mon Sep 17 00:00:00 2001 From: Ryan Volz Date: Fri, 21 May 2021 19:22:28 -0400 Subject: [PATCH] Not ready to attempt cross-platform builds yet. --- .github/workflows/build_radioconda.yml | 28 ++++++++++++-------------- 1 file changed, 13 insertions(+), 15 deletions(-) diff --git a/.github/workflows/build_radioconda.yml b/.github/workflows/build_radioconda.yml index 0718dbd..b4aa076 100644 --- a/.github/workflows/build_radioconda.yml +++ b/.github/workflows/build_radioconda.yml @@ -26,22 +26,22 @@ jobs: PLATFORM: linux-64 OS_NAME: Linux ARCH: x86_64 - - os: ubuntu-latest - PLATFORM: linux-aarch64 - OS_NAME: Linux - ARCH: aarch64 - - os: ubuntu-latest - PLATFORM: linux-ppc64le - OS_NAME: Linux - ARCH: ppc64le + # - os: ubuntu-latest + # PLATFORM: linux-aarch64 + # OS_NAME: Linux + # ARCH: aarch64 + # - os: ubuntu-latest + # PLATFORM: linux-ppc64le + # OS_NAME: Linux + # ARCH: ppc64le - os: macos-latest PLATFORM: osx-64 OS_NAME: MacOSX ARCH: x86_64 - - os: macos-latest - PLATFORM: osx-arm64 - OS_NAME: MacOSX - ARCH: arm64 + # - os: macos-latest + # PLATFORM: osx-arm64 + # OS_NAME: MacOSX + # ARCH: arm64 - os: windows-latest PLATFORM: win-64 OS_NAME: Windows @@ -66,12 +66,10 @@ jobs: PLATFORM: ${{ matrix.PLATFORM }} OS_NAME: ${{ matrix.OS_NAME }} run: | - # update to a micromamba-compatible conda constructor - pip install git+git://github.com/wolfv/constructor@69eaa20b12ea1020438f645ec834f47ac9d3c3a7#egg=constructor --force --no-deps if [ "$OS_NAME" == "Windows" ]; then PATH=$CONDA_PREFIX/NSIS:$PATH fi - python build_installer.py -- -v --conda-exe $MAMBA_EXE + python build_installer.py -- -v - name: Build metapackage shell: bash -l {0}