CI updates

This commit is contained in:
Markus F.X.J. Oberhumer
2025-03-05 12:13:21 +01:00
parent 903ca50391
commit c2da21ba4e
6 changed files with 115 additions and 108 deletions
+1
View File
@@ -714,6 +714,7 @@ template <class A, class B>
static forceinline bool testNoAliasing(A *a, B *b) noexcept {
return TestNoAliasingStruct<A, B>::test(a, b);
}
template <class T>
struct TestIntegerWrap { // check working -fno-strict-overflow
static inline bool inc_gt(const T x) noexcept { return x + 1 > x; }
+1 -1
View File
@@ -840,8 +840,8 @@ int main_get_options(int argc, char **argv) {
{"force", 0, N, 'f'}, // force overwrite of output files
{"force-compress", 0, N, 'f'}, // and compression of suspicious files
{"force-overwrite", 0x90, N, 529}, // force overwrite of output files
{"link", 0x90, N, 530}, // preserve hard link
{"info", 0, N, 'i'}, // info mode
{"link", 0x90, N, 530}, // preserve hard link
{"no-env", 0x10, N, 519}, // no environment var
{"no-link", 0x90, N, 531}, // do not preserve hard link [default]
{"no-mode", 0x10, N, 526}, // do not preserve mode (permissions)
+1 -1
View File
@@ -1,5 +1,5 @@
#pragma once
#define UPX_VERSION_HEX 0x050001 /* 05.00.00 */
#define UPX_VERSION_HEX 0x050001 /* 05.00.01 */
#define UPX_VERSION_STRING "5.0.1"
#define UPX_VERSION_STRING4 "5.01"
#define UPX_VERSION_DATE "Feb 21st 2025"