Remove lzma path workaround for MacOS (#30053)

Now that the new version of GStreamer fixes this issue, we can remove
the workarounds for this problem as well as all of the homebrew
bootstrapping logic.
This commit is contained in:
Martin Robinson 2023-08-01 13:11:46 +02:00 committed by GitHub
parent e153bcb40b
commit 6f4f237fbd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 4 additions and 35 deletions

View file

@ -49,6 +49,7 @@ jobs:
run: |
python3 -m pip install --upgrade pip virtualenv
python3 ./mach bootstrap
brew install gnu-tar
- name: Release build
run: |
python3 ./mach build --release
@ -124,7 +125,6 @@ jobs:
# run: |
# gtar -xzf target.tar.gz
# python3 -m pip install --upgrade pip virtualenv
# brew bundle install --verbose --no-upgrade --file=etc/homebrew/Brewfile
# - name: Smoketest
# run: python3 ./mach smoketest
# - name: Run tests