Skip to content

Commit 1dacd5d

Browse files
arkqjlatusek
andauthored
Bump Tizen QEMU Docker image to version 76 (#35595)
* Update Tizen Docker image to 76 * Add user option to tizen qemu * Use console pool to print QEMU output in real-time --------- Co-authored-by: Jakub Latusek <j.latusek@samsung.com>
1 parent 04e21d9 commit 1dacd5d

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

.github/workflows/qemu.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,8 @@ jobs:
7878
if: github.actor != 'restyled-io[bot]'
7979

8080
container:
81-
image: ghcr.io/project-chip/chip-build-tizen-qemu:54
81+
image: ghcr.io/project-chip/chip-build-tizen-qemu:76
82+
options: --user root
8283
volumes:
8384
- "/tmp/log_output:/tmp/test_logs"
8485

src/test_driver/tizen/BUILD.gn

+4
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15+
pool("console") {
16+
depth = 1
17+
}
18+
1519
group("check") {
1620
testonly = true
1721
deps = [

third_party/tizen/tizen_sdk.gni

+3
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,9 @@ template("tizen_qemu_run") {
250250
args += [ "--virtio-net" ]
251251
}
252252

253+
# Use console pool to print QEMU output in real-time.
254+
pool = "//:console"
255+
253256
script = tizen_qemu
254257
}
255258
}

0 commit comments

Comments
 (0)