mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
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:
parent
e153bcb40b
commit
6f4f237fbd
6 changed files with 4 additions and 35 deletions
2
.github/workflows/mac.yml
vendored
2
.github/workflows/mac.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue