File tree Expand file tree Collapse file tree
runners/qemu_ebclfsa_aarch64 Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,6 +27,4 @@ __pycache__/
2727/.gita /
2828/.gita-workspace.csv
2929/build
30- ! images /ebclfsa_aarch64 /build /
31- ! images /autosd_x86_64 /build /
3230artifacts
Original file line number Diff line number Diff line change 11# *******************************************************************************
2- # Copyright (c) 2025 Contributors to the Eclipse Foundation
2+ # Copyright (c) 2026 Contributors to the Eclipse Foundation
33#
44# See the NOTICE file(s) distributed with this work for additional
55# information regarding copyright ownership.
1212# *******************************************************************************
1313load ("@rules_shell//shell:sh_binary.bzl" , "sh_binary" )
1414load ("@score_itf//:defs.bzl" , "py_itf_test" )
15-
16- # sh_binary(
17- # name = "qemu_x86_64",
18- # srcs = ["scripts/run_qemu.sh"],
19- # args = [
20- # "$(location @toolchains_qnx_sdp//:host_dir)",
21- # "$(location //:image)",
22- # ],
23- # data = [
24- # "//:image",
25- # "@toolchains_qnx_sdp//:host_all",
26- # "@toolchains_qnx_sdp//:host_dir",
27- # ],
28- # )
You can’t perform that action at this time.
0 commit comments