Skip to content

Commit

Permalink
Append -release to release triplets like upstream to have no name con…
Browse files Browse the repository at this point in the history
…flict
  • Loading branch information
daschuer committed Nov 17, 2023
1 parent 34b71d3 commit 18eeb5b
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 18 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,26 +12,26 @@ jobs:
vcpkg_path: C:\mixxx-vcpkg
vcpkg_buildtrees-root: C:\build
vcpkg_bootstrap: .\bootstrap-vcpkg.bat
vcpkg_triplet: x64-windows
vcpkg_host_triplet: x64-windows
vcpkg_triplet: x64-windows-release
vcpkg_host_triplet: x64-windows-release
vcpkg_overlay_ports: overlay/windows;overlay/ports
vcpkg_packages_extras: libid3tag libmad
check_disk_space: Get-PSDrive
- os: macos-11
vcpkg_path: /Users/runner/mixxx-vcpkg
vcpkg_buildtrees-root: /Users/runner/mixxx-vcpkg/buildtrees
vcpkg_bootstrap: ./bootstrap-vcpkg.sh
vcpkg_triplet: x64-osx-min1015
vcpkg_host_triplet: x64-osx-min1015
vcpkg_triplet: x64-osx-min1015-release
vcpkg_host_triplet: x64-osx-min1015-release
vcpkg_overlay_ports: overlay/osx:overlay/ports
vcpkg_packages_extras:
check_disk_space: df -h
- os: macos-11
vcpkg_path: /Users/runner/mixxx-vcpkg
vcpkg_buildtrees-root: /Users/runner/mixxx-vcpkg/buildtrees
vcpkg_bootstrap: ./bootstrap-vcpkg.sh
vcpkg_triplet: arm64-osx-min1100
vcpkg_host_triplet: x64-osx-min1015
vcpkg_triplet: arm64-osx-min1100-release
vcpkg_host_triplet: x64-osx-min1015-release
vcpkg_overlay_ports: overlay/osx:overlay/ports
vcpkg_packages_extras:
check_disk_space: df -h
Expand Down
File renamed without changes.
7 changes: 0 additions & 7 deletions overlay/triplets/x64-linux.cmake

This file was deleted.

File renamed without changes.
5 changes: 0 additions & 5 deletions overlay/triplets/x64-windows.cmake

This file was deleted.

0 comments on commit 18eeb5b

Please sign in to comment.