Skip to content

Commit d94a303

Browse files
committed
fix review findings
1 parent 61a326f commit d94a303

2 files changed

Lines changed: 1 addition & 17 deletions

File tree

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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/
3230
artifacts

runners/qemu_ebclfsa_aarch64/BUILD

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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.
@@ -12,17 +12,3 @@
1212
# *******************************************************************************
1313
load("@rules_shell//shell:sh_binary.bzl", "sh_binary")
1414
load("@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-
# )

0 commit comments

Comments
 (0)