src/pefile: try to clean up reloc handling

This commit is contained in:
Markus F.X.J. Oberhumer
2023-10-24 11:47:23 +02:00
parent 1dd96a7628
commit ab259a1af9
19 changed files with 149 additions and 113 deletions
+4 -3
View File
@@ -8,10 +8,11 @@ on:
schedule: [cron: '40 2 * * 3'] # run weekly Wednesday 02:40 UTC
workflow_dispatch:
env:
CMAKE_REQUIRED_QUIET: OFF
CMAKE_REQUIRED_QUIET: "OFF"
CTEST_OUTPUT_ON_FAILURE: "ON"
DEBIAN_FRONTEND: noninteractive
# 2023-10-22
ZIG_DIST_VERSION: 0.12.0-dev.1153+45d7dfa83
# 2023-10-23
ZIG_DIST_VERSION: 0.12.0-dev.1200+5f92b070b
jobs:
job-linux-zigcc: # uses cmake + make