1
0
mirror of https://github.com/upx/upx.git synced 2025-08-11 22:52:30 +08:00

sigaction ==> remove external gdb from testing workflow

modified:   .github/workflows/ci.yml
	modified:   misc/testsuite/mimic_ctest.sh
This commit is contained in:
John Reiser
2025-07-29 10:46:46 -07:00
parent 7c43e921e0
commit f3ee83bf41
2 changed files with 3 additions and 3 deletions

View File

@ -119,7 +119,7 @@ jobs:
- name: ${{ format('Upload artifact {0}', env.artifact_name) }}
uses: actions/upload-artifact@v4
with: { name: '${{ env.artifact_name }}', path: tmp/artifact }
- name: Mimic ctest tests SIGSEGV
- name: Mimic ctest tests
run: |
jobs="gcc/debug gcc/release clang/debug clang/release"
echo "===== parallel jobs: $jobs"
@ -223,7 +223,7 @@ jobs:
run: |
(cd build/extra/gcc/release && DESTDIR="$PWD/Install with cmake" cmake --install .)
(cd build/extra/gcc/release && DESTDIR="$PWD/Install with make" make install)
- name: Mimic ctest tests SIGSEGV
- name: Mimic ctest tests
run: |
jobs="gcc/debug gcc/release clang/debug clang/release"
test "${{ matrix.use_extra }}" = "true" && jobs="$jobs gcc-m32/debug gcc-m32/release"

View File

@ -76,7 +76,7 @@ function gdb_upx () {
end_go
echo
}
run_upx=( gdb_upx )
run_upx=( $upx_exe )
## end jreiser test 2025-07-14