Skip to content

Commit

Permalink
fix: use static search path for toolchain GPG keys during validation (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
dmcilvaney authored and jslobodzian committed Aug 28, 2024
1 parent 9f8d0fa commit ba13b46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion toolkit/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ VALIDATE_TOOLCHAIN_GPG ?= y
endif
endif

TOOLCHAIN_GPG_VALIDATION_KEYS ?= $(wildcard $(SPECS_DIR)/azurelinux-repos/MICROSOFT-*-GPG-KEY) $(wildcard $(toolkit_root)/repos/MICROSOFT-*-GPG-KEY)
TOOLCHAIN_GPG_VALIDATION_KEYS ?= $(wildcard $(PROJECT_ROOT)/SPECS/azurelinux-repos/MICROSOFT-*-GPG-KEY) $(wildcard $(toolkit_root)/repos/MICROSOFT-*-GPG-KEY)

######## COMMON MAKEFILE UTILITIES ########

Expand Down

0 comments on commit ba13b46

Please sign in to comment.