We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73b327f commit bf80e0bCopy full SHA for bf80e0b
.github/workflows/build.yaml
@@ -11,6 +11,10 @@ jobs:
11
uses: actions/setup-python@v4
12
with:
13
python-version: '3.x'
14
+ - name: Install Python dependencies
15
+ run: |
16
+ pip install --upgrade pip
17
+ pip install distlib setuptools wheel
18
- name: Install deps
19
run: |
20
sudo apt-get -y update
@@ -32,5 +36,5 @@ jobs:
32
36
cd qemu
33
37
mkdir build
34
38
cd build
35
- ../configure --enable-plugins --target-list=sparc-linux-user,sparc64-linux-user
39
+ ../configure --enable-plugins --target-list=sparc-linux-user,sparc64-linux-user,tricore-softmmu
40
ninja
0 commit comments