File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed
Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -136,6 +136,14 @@ jobs:
136136 tools/make_release_tarball --skip-checks
137137 snap run spread-mir-ci.spread -reuse -v ${{ matrix.spread-task }}
138138
139+ - name : Upload Wayland Explorer JSON
140+ if : endsWith(matrix['spread-task'], ':ubuntu')
141+ uses : actions/upload-artifact@v4
142+ with :
143+ name : mir.json
144+ path : ${{ env.SPREAD_PATH }}/spread/sbuild/mir.json
145+ if-no-files-found : error
146+
139147 - name : CCache stats
140148 run : cat ${CCACHE_DIR}/ccache.stats
141149
Original file line number Diff line number Diff line change @@ -177,8 +177,6 @@ execute: |
177177
178178 cargo install wlprobe
179179
180- git clone https://github.com/vially/wayland-explorer.git /tmp/wayland-explorer
181-
182180 MIR_VERSION=$(dpkg-query -W -f='${Version}' libmiral-dev | sed 's/-.*//')
183181 MIR_JSON_OUTPUT="$SPREAD_PATH/$SPREAD_TASK/mir.json"
184182 export XDG_RUNTIME_DIR=/tmp MIR_VERSION MIR_JSON_OUTPUT PATH="$HOME/.cargo/bin:$PATH"
@@ -198,6 +196,4 @@ execute: |
198196
199197 WLPROBE
200198
201- diff /tmp/wayland-explorer/src/data/compositors/mir.json "$MIR_JSON_OUTPUT" || true
202-
203199 fi
You can’t perform that action at this time.
0 commit comments