Skip to content

Commit

Permalink
Refresh 2.4 branch cache without some libs (well be reverted by reset…
Browse files Browse the repository at this point in the history
… afterwards)
  • Loading branch information
daschuer committed Apr 15, 2024
1 parent 450a843 commit 2da1d29
Showing 1 changed file with 0 additions and 44 deletions.
44 changes: 0 additions & 44 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,24 +16,6 @@ jobs:
vcpkg_overlay_ports: overlay/windows;overlay/ports
vcpkg_packages_extras: angle libid3tag libmad qt5-winextras
check_disk_space: Get-PSDrive
- os: macos-11
vcpkg_path: /Users/runner/mixxx-vcpkg
vcpkg_bootstrap: ./bootstrap-vcpkg.sh
vcpkg_triplet: x64-osx-min1012
vcpkg_host_triplet: x64-osx-min1012
vcpkg_overlay_ports: overlay/osx:overlay/ports
vcpkg_packages_extras: qt5-macextras
vcpkg_cache: /Users/runner/.cache/vcpkg/archives
check_disk_space: df -h
- os: macos-11
vcpkg_path: /Users/runner/mixxx-vcpkg
vcpkg_bootstrap: ./bootstrap-vcpkg.sh
vcpkg_triplet: arm64-osx-min1100
vcpkg_host_triplet: x64-osx-min1012
vcpkg_overlay_ports: overlay/osx:overlay/ports
vcpkg_packages_extras: qt5-macextras
vcpkg_cache: /Users/runner/.cache/vcpkg/archives
check_disk_space: df -h
env:
VCPKG_PACKAGES: >-
ableton-link
Expand All @@ -45,21 +27,9 @@ jobs:
gtest
hidapi
hss1394
libdjinterop
libebur128
libflac
libkeyfinder
libmodplug
libogg
libopusenc
libsndfile
libusb
libvorbis
lilv
mp3lame
ms-gsl
opus
opusfile
portaudio[asio]
portmidi
protobuf
Expand Down Expand Up @@ -199,20 +169,6 @@ jobs:
pacman -S --noconfirm coreutils bash rsync openssh
Add-Content -Path "$Env:GITHUB_ENV" -Value "PATH=$Env:PATH"
- name: "Upload build to downloads.mixxx.org"
if: github.event_name == 'push' && env.SSH_PASSWORD != null
run: bash .github/deploy.sh ${{ env.DEPS_BASE_NAME }}-${{ env.MIXXX_VERSION }}-${{ matrix.vcpkg_triplet }}-${{ steps.vars.outputs.sha_short }}.zip
working-directory: ${{ matrix.vcpkg_path }}
env:
DESTDIR: public_html/downloads/dependencies
OS: ${{ runner.os }}
SSH_AUTH_SOCK: /tmp/ssh_agent.sock
SSH_HOST: downloads-hostgator.mixxx.org
SSH_KEY: ${{ secrets.DOWNLOADS_HOSTGATOR_DOT_MIXXX_DOT_ORG_KEY }}
SSH_PASSWORD: ${{ secrets.DOWNLOADS_HOSTGATOR_DOT_MIXXX_DOT_ORG_KEY_PASSWORD }}
SSH_USER: mixxx
UPLOAD_ID: ${{ github.run_id }}

- name: Upload GitHub Actions artifacts
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 2da1d29

Please sign in to comment.