Skip to content

Commit 9af9349

Browse files
Use the built-in aarch64-unknown-uefi target (#269)
1 parent 9c5732f commit 9af9349

File tree

2 files changed

+0
-32
lines changed

2 files changed

+0
-32
lines changed

uefi-test-runner/aarch64-unknown-uefi.json

-27
This file was deleted.

uefi-test-runner/build.py

-5
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,6 @@ def run_tool(tool, *flags):
6969
'Runs cargo-<tool> with certain arguments.'
7070

7171
target = get_target_triple()
72-
# Custom targets need to be given by relative path, instead of only by name
73-
# We need to append a `.json` to turn the triple into a path
74-
if SETTINGS['arch'] == 'aarch64':
75-
target += '.json'
76-
7772
cmd = ['cargo', tool, '--target', target, *flags]
7873

7974
if SETTINGS['verbose']:

0 commit comments

Comments
 (0)