Skip to content

Commit

Permalink
add tracking bug for go_asm.h
Browse files Browse the repository at this point in the history
  • Loading branch information
Jett Jones committed Feb 26, 2024
1 parent b4f713c commit 587d11c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python/pants/backend/go/util_rules/build_pkg.py
Original file line number Diff line number Diff line change
Expand Up @@ -753,7 +753,7 @@ async def build_go_package(
asm_header_path: str | None = None
if s_files:
# Ideally, this would follow convention that generated files live in _objdir/{file} - but changing go_asm.h
# fails standard library builds when used in a subdir.
# fails standard library builds when used in a subdir. Tracked by bug #20618
asm_header_path = str(PurePath("go_asm.h"))
compile_args.extend(["-asmhdr", asm_header_path])

Expand Down

0 comments on commit 587d11c

Please sign in to comment.