Skip to content

Commit 5451c1f

Browse files
bcc32fnussbaum
authored andcommitted
[ci] Fix python layer functional tests on windows, Emacs 29
compat was unable to be installed due to a failed signature verification when downloading the archive contents from GNU ELPA. I attempted to import the updated key directly using gpg but ran into other issues on macOS with GitHub Actions: actions/runner-images#9777. So, instead this just disables signature verification for the package archives in CI.
1 parent c544427 commit 5451c1f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spacemacs.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ installation:
3333
@echo "INSTALLATION OF PACKAGES FOR $(TEST_NAME)"
3434
@echo "================================================================="
3535
SPACEMACSDIR=$(TEST_DIR) emacs -Q -batch \
36+
--eval '(setq package-check-signature nil)' \
3637
$(addprefix -l $(EMACS_DIR)/, $(LOAD_FILES))
3738

3839
ifneq ($(strip $(UNIT_TEST_FILES)),)

0 commit comments

Comments
 (0)