From 7d50f67a40187b3877d908f91d9f16319c8ecd9f Mon Sep 17 00:00:00 2001 From: Zach Pearson Date: Thu, 6 Mar 2025 17:13:46 -0800 Subject: [PATCH 1/2] ci: Fix a missing trailing slash in the documentation --- .github/workflows/rocky8_build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rocky8_build.yml b/.github/workflows/rocky8_build.yml index 1f9341fad3..99ad1b3302 100644 --- a/.github/workflows/rocky8_build.yml +++ b/.github/workflows/rocky8_build.yml @@ -89,7 +89,7 @@ jobs: command: curl -v -F "key=${{ secrets.PREBUILT_CACHE_SECRET }}" -F "commit=$BUILD_COMMIT" -F "date=$BUILD_DATE" -F "platform=centos-8" -F "build_type=${{ inputs.release_type }}" -F "file=@$GITHUB_WORKSPACE/chimerax.rpm" https://preview.rbvi.ucsf.edu/chimerax/cgi-bin/upload_build.py - name: Tar the docs directory run: | - rsync --delete -az --exclude user ChimeraX.app/share/docs chimerax-docs + rsync --delete -az --exclude user ChimeraX.app/share/docs/ chimerax-docs rsync --delete -az --copy-links vdocs/user chimerax-docs tar -cvzf chimerax-docs.tar.gz -C chimerax-docs/ . - name: Upload the documentation From e683f4997b6cdb4e11d1dd044278746aada6b67a Mon Sep 17 00:00:00 2001 From: Zach Pearson Date: Thu, 6 Mar 2025 17:20:03 -0800 Subject: [PATCH 2/2] dev: Prune the Brewfile I don't think we need to install these anymore to build the pips --- utils/Brewfile | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/utils/Brewfile b/utils/Brewfile index 2a3dd05840..623148e143 100644 --- a/utils/Brewfile +++ b/utils/Brewfile @@ -1,13 +1,3 @@ # vim: syntax=config: -brew "netcdf" -brew "hdf5" # tables -brew "lz4" # tables -brew "c-blosc" # tables brew "autoconf" brew "automake" -brew "libtool" -# if installing scipy from source -brew "openblas" -brew "jq" - -brew "python@3.10"