mirror of
https://github.com/upx/upx.git
synced 2025-08-07 22:46:51 +08:00
src: more valgrind integration
This commit is contained in:
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -353,15 +353,15 @@ jobs:
|
||||
- { zig_target: x86_64-macos.13-none }
|
||||
- { zig_target: x86_64-windows-gnu }
|
||||
env:
|
||||
# 2023-01-24
|
||||
ZIG_DIST_VERSION: 0.11.0-dev.1436+59d9afcb5
|
||||
# 2023-01-26
|
||||
ZIG_DIST_VERSION: 0.11.0-dev.1460+e675af069
|
||||
# for zig-cc wrapper scripts (see below):
|
||||
ZIG_CPPFLAGS: -DUPX_DOCTEST_CONFIG_MULTITHREADING
|
||||
ZIG_FLAGS: ${{ matrix.zig_flags }}
|
||||
ZIG_PIC: ${{ matrix.zig_pic }}
|
||||
ZIG_TARGET: ${{ matrix.zig_target }}
|
||||
steps:
|
||||
- name: 'Install Alpine packages'
|
||||
- name: 'Install Alpine Linux container packages'
|
||||
if: ${{ job.container }}
|
||||
shell: sh
|
||||
run: |
|
||||
|
Reference in New Issue
Block a user