Update mozjs to get new mach version

The mozjs repository now has a version of mach that works more
consistently with newer versions of Python.

Fixes #29142.
This commit is contained in:
Martin Robinson 2023-06-04 19:40:05 +02:00
parent 9950c28ee2
commit 019b88770a
2 changed files with 2 additions and 11 deletions

View file

@ -54,15 +54,6 @@ jobs:
fetch-depth: 2
- name: Run sccache-cache
uses: mozilla-actions/sccache-action@v0.0.3
# TODO: Remove this step when the compatibility issue between mozjs and
# Homebrew's Python 3.10 formula (servo/rust-mozjs#559) is fixed
- name: Select Python 3.9
run: |
brew install python@3.9
cd $(dirname $(which python3.9))
rm -f python3 pip3
ln -s python3.9 python3
ln -s pip3.9 pip3
- name: Bootstrap
run: |
python3 -m pip install --upgrade pip virtualenv