mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-09-12 13:42:10 +02:00
ci: Check DLL imports of cross-built bitcoind.exe
Run `dumpbin.exe /imports` on the cross-built `bitcoind.exe` in the "Windows, test cross-built" jobs to list the imported DLLs and to ensure the executable is linked against the expected C runtime.
This commit is contained in:
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@@ -403,6 +403,11 @@ jobs:
|
||||
|
||||
- *IMPORT_VS_ENV
|
||||
|
||||
- name: Check imported DLLs
|
||||
env:
|
||||
CRT: ${{ matrix.crt }}
|
||||
run: py -3 .github/ci-windows-cross.py check_imports
|
||||
|
||||
- name: Check executable manifests
|
||||
run: py -3 .github/ci-windows-cross.py check_manifests
|
||||
|
||||
|
||||
Reference in New Issue
Block a user