41
41
scripts/opentitan/swexit.py -t earlgrey -b 0x80 -o build-clang/exit_eg.bin
42
42
scripts/opentitan/swexit.py -t darjeeling -b 0x80 -o build-clang/exit_dj.bin
43
43
- name : Upload QEMU binary artifacts
44
- uses : actions/upload-artifact@v3
44
+ uses : actions/upload-artifact@v4
45
45
with :
46
46
name : qemu-bin
47
47
path : |
58
58
build-clang/trace/*.h \
59
59
build-clang/compile_commands.json
60
60
- name : Upload QEMU source artifacts
61
- uses : actions/upload-artifact@v3
61
+ uses : actions/upload-artifact@v4
62
62
with :
63
63
name : qemu-src
64
64
path : qemu-src-artifact.tar.gz
88
88
sudo apt-get update &&
89
89
sudo apt-get install -y python3-pip
90
90
# ubuntu "latest" is too old to require --break-system-packages ...
91
- pip3 install pylint
91
+ pip3 install pylint==3.3.3
92
92
- name : Check out QEMU
93
93
uses : actions/checkout@v4
94
94
- name : Lint Python code
@@ -110,7 +110,7 @@ jobs:
110
110
- name : Check out QEMU
111
111
uses : actions/checkout@v4
112
112
- name : Download QEMU source artifacts
113
- uses : actions/download-artifact@v3
113
+ uses : actions/download-artifact@v4
114
114
with :
115
115
name : qemu-src
116
116
- name : Unpack source artifacts
@@ -130,7 +130,7 @@ jobs:
130
130
sudo apt-get update &&
131
131
sudo apt-get install -y libpixman-1-0 libglib2.0-dev
132
132
- name : Download QEMU binary artifacts
133
- uses : actions/download-artifact@v3
133
+ uses : actions/download-artifact@v4
134
134
with :
135
135
name : qemu-bin
136
136
- name : Check machine availability
0 commit comments