Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
wasm cerbero: Download and extract emsdk-3.1.58 (preliminary version)
Using the command: ./cerbero-uninstalled --config ./config/cross-emscripten-wasm.cbc bootstrap --system=no Downloaded and extracted: ~/.cache/cerbero-sources/emsdk-3.1.58.tar.gz (bundle) ~/github/cerbero/build/emsdk-3.1.58 (extracted folder) But still problems with: File "/home/jenkins/github/cerbero/cerbero/commands/bootstrap.py", line 113, in run run_until_complete(bootstrapper.start(jobs=args.jobs)) File "/home/jenkins/github/cerbero/cerbero/utils/__init__.py", line 769, in run_until_complete result = loop.run_until_complete(tasks) File "/usr/lib/python3.8/asyncio/base_events.py", line 612, in run_until_complete return future.result() File "/home/jenkins/github/cerbero/cerbero/bootstrap/build_tools.py", line 127, in start self.setup_venv() File "/home/jenkins/github/cerbero/cerbero/bootstrap/build_tools.py", line 110, in setup_venv venv.create(self.config.build_tools_prefix, symlinks=self.config.platform != Platform.WINDOWS, with_pip=True) File "/usr/lib/python3.8/venv/__init__.py", line 391, in create builder.create(env_dir) File "/usr/lib/python3.8/venv/__init__.py", line 68, in create self._setup_pip(context) File "/usr/lib/python3.8/venv/__init__.py", line 289, in _setup_pip subprocess.check_output(cmd, stderr=subprocess.STDOUT) File "/usr/lib/python3.8/subprocess.py", line 411, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, File "/usr/lib/python3.8/subprocess.py", line 512, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['/home/jenkins/github/cerbero/build/build-tools/bin/python3', '-Im', 'ensurepip', '--upgrade', '--default-pip']' returned non-zero exit status 1. (failed reverse-i-search)`fid': ./cerbero-uninstalled --config ./con^Cg/cross-emscripten-wasm.cbc bootstrap --system=no Issue: RDI_1625
- Loading branch information