diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 182afd9..4667ad1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,7 +6,7 @@ jobs: whitespace-errors: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: check run: git diff-index --check --cached 4b825dc642cb6eb9a060e54bf8d69288fbee4904 @@ -16,7 +16,7 @@ jobs: CC: gcc-14 TARGET: x86_64 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 - name: install dependencies @@ -30,7 +30,7 @@ jobs: CC: gcc-13 TARGET: x86_64 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 - name: install dependencies @@ -44,7 +44,7 @@ jobs: CC: gcc-12 TARGET: x86_64 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 - name: install dependencies @@ -58,7 +58,7 @@ jobs: CC: gcc-11 TARGET: x86_64 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 - name: install dependencies @@ -72,7 +72,7 @@ jobs: CC: gcc-10 TARGET: x86_64 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 - name: install dependencies @@ -86,7 +86,7 @@ jobs: CC: gcc-9 TARGET: x86_64 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 - name: install dependencies @@ -100,7 +100,7 @@ jobs: CC: clang-18 TARGET: x86_64 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 - name: install dependencies @@ -114,7 +114,7 @@ jobs: CC: clang-17 TARGET: x86_64 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 - name: install dependencies @@ -128,7 +128,7 @@ jobs: CC: clang-16 TARGET: x86_64 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 - name: install dependencies @@ -142,7 +142,7 @@ jobs: CC: clang-15 TARGET: x86_64 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 - name: install dependencies @@ -156,7 +156,7 @@ jobs: CC: clang-14 TARGET: x86_64 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 - name: install dependencies @@ -170,7 +170,7 @@ jobs: CC: clang-13 TARGET: x86_64 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 - name: install dependencies @@ -184,7 +184,7 @@ jobs: CC: clang-12 TARGET: x86_64 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 - name: install dependencies @@ -198,7 +198,7 @@ jobs: CC: clang-11 TARGET: x86_64 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 - name: install dependencies @@ -212,7 +212,7 @@ jobs: CC: gcc-13 TARGET: x32 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 - name: install dependencies @@ -226,7 +226,7 @@ jobs: CC: gcc-11 TARGET: x32 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 - name: install dependencies @@ -240,7 +240,7 @@ jobs: CC: gcc-10 TARGET: x32 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 - name: install dependencies @@ -254,7 +254,7 @@ jobs: CC: gcc-9 TARGET: x32 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 - name: install dependencies @@ -268,7 +268,7 @@ jobs: CC: gcc-14 TARGET: x86 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 - name: install dependencies @@ -282,7 +282,7 @@ jobs: CC: gcc-13 TARGET: x86 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 - name: install dependencies @@ -296,7 +296,7 @@ jobs: CC: gcc-12 TARGET: x86 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 - name: install dependencies @@ -310,7 +310,7 @@ jobs: CC: gcc-11 TARGET: x86 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 - name: install dependencies @@ -324,7 +324,7 @@ jobs: CC: gcc-10 TARGET: x86 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 - name: install dependencies @@ -338,7 +338,7 @@ jobs: CC: gcc-9 TARGET: x86 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 - name: install dependencies @@ -352,7 +352,7 @@ jobs: CC: clang-18 TARGET: x86 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 - name: install dependencies @@ -366,7 +366,7 @@ jobs: CC: clang-17 TARGET: x86 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 - name: install dependencies @@ -380,7 +380,7 @@ jobs: CC: clang-16 TARGET: x86 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 - name: install dependencies @@ -394,7 +394,7 @@ jobs: CC: clang-15 TARGET: x86 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 - name: install dependencies @@ -408,7 +408,7 @@ jobs: CC: clang-14 TARGET: x86 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 - name: install dependencies @@ -422,7 +422,7 @@ jobs: CC: clang-13 TARGET: x86 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 - name: install dependencies @@ -436,7 +436,7 @@ jobs: CC: clang-12 TARGET: x86 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 - name: install dependencies @@ -450,7 +450,7 @@ jobs: CC: clang-11 TARGET: x86 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 - name: install dependencies @@ -464,7 +464,7 @@ jobs: CC: musl-gcc TARGET: x86_64 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 - name: install dependencies @@ -479,7 +479,7 @@ jobs: CPPFLAGS: -DUTEMPTER_DEBUG TARGET: x86_64 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 - name: install dependencies @@ -494,7 +494,7 @@ jobs: CPPFLAGS: -DUTEMPTER_DEBUG TARGET: x86_64 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 - name: install dependencies @@ -509,7 +509,7 @@ jobs: CPPFLAGS: -DUTEMPTER_DEBUG TARGET: x86_64 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 - name: install dependencies @@ -524,7 +524,7 @@ jobs: CPPFLAGS: -DUTEMPTER_DEBUG TARGET: x86_64 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 - name: install dependencies @@ -539,7 +539,7 @@ jobs: CPPFLAGS: -DUTEMPTER_DEBUG TARGET: x86_64 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 - name: install dependencies @@ -554,7 +554,7 @@ jobs: CPPFLAGS: -DUTEMPTER_DEBUG TARGET: x86_64 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 - name: install dependencies @@ -569,7 +569,7 @@ jobs: CPPFLAGS: -DUTEMPTER_DEBUG TARGET: x86_64 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 - name: install dependencies @@ -584,7 +584,7 @@ jobs: CPPFLAGS: -DUTEMPTER_DEBUG TARGET: x86_64 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 - name: install dependencies @@ -599,7 +599,7 @@ jobs: CPPFLAGS: -DUTEMPTER_DEBUG TARGET: x86_64 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 - name: install dependencies @@ -614,7 +614,7 @@ jobs: CPPFLAGS: -DUTEMPTER_DEBUG TARGET: x86_64 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 - name: install dependencies @@ -629,7 +629,7 @@ jobs: CPPFLAGS: -DUTEMPTER_DEBUG TARGET: x86_64 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 - name: install dependencies @@ -644,7 +644,7 @@ jobs: CPPFLAGS: -DUTEMPTER_DEBUG TARGET: x86_64 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 - name: install dependencies @@ -659,7 +659,7 @@ jobs: CPPFLAGS: -DUTEMPTER_DEBUG TARGET: x86_64 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 - name: install dependencies @@ -674,7 +674,7 @@ jobs: CPPFLAGS: -DUTEMPTER_DEBUG TARGET: x86_64 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 - name: install dependencies @@ -689,7 +689,7 @@ jobs: CPPFLAGS: -DUTEMPTER_DEBUG TARGET: x32 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 - name: install dependencies @@ -704,7 +704,7 @@ jobs: CPPFLAGS: -DUTEMPTER_DEBUG TARGET: x32 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 - name: install dependencies @@ -719,7 +719,7 @@ jobs: CPPFLAGS: -DUTEMPTER_DEBUG TARGET: x32 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 - name: install dependencies @@ -734,7 +734,7 @@ jobs: CPPFLAGS: -DUTEMPTER_DEBUG TARGET: x32 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 - name: install dependencies @@ -749,7 +749,7 @@ jobs: CPPFLAGS: -DUTEMPTER_DEBUG TARGET: x86 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 - name: install dependencies @@ -764,7 +764,7 @@ jobs: CPPFLAGS: -DUTEMPTER_DEBUG TARGET: x86 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 - name: install dependencies @@ -779,7 +779,7 @@ jobs: CPPFLAGS: -DUTEMPTER_DEBUG TARGET: x86 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 - name: install dependencies @@ -794,7 +794,7 @@ jobs: CPPFLAGS: -DUTEMPTER_DEBUG TARGET: x86 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 - name: install dependencies @@ -809,7 +809,7 @@ jobs: CPPFLAGS: -DUTEMPTER_DEBUG TARGET: x86 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 - name: install dependencies @@ -824,7 +824,7 @@ jobs: CPPFLAGS: -DUTEMPTER_DEBUG TARGET: x86 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 - name: install dependencies @@ -839,7 +839,7 @@ jobs: CPPFLAGS: -DUTEMPTER_DEBUG TARGET: x86 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 - name: install dependencies @@ -854,7 +854,7 @@ jobs: CPPFLAGS: -DUTEMPTER_DEBUG TARGET: x86 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 - name: install dependencies @@ -869,7 +869,7 @@ jobs: CPPFLAGS: -DUTEMPTER_DEBUG TARGET: x86 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 - name: install dependencies @@ -884,7 +884,7 @@ jobs: CPPFLAGS: -DUTEMPTER_DEBUG TARGET: x86 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 - name: install dependencies @@ -899,7 +899,7 @@ jobs: CPPFLAGS: -DUTEMPTER_DEBUG TARGET: x86 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 - name: install dependencies @@ -914,7 +914,7 @@ jobs: CPPFLAGS: -DUTEMPTER_DEBUG TARGET: x86 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 - name: install dependencies @@ -929,7 +929,7 @@ jobs: CPPFLAGS: -DUTEMPTER_DEBUG TARGET: x86 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 - name: install dependencies @@ -944,7 +944,7 @@ jobs: CPPFLAGS: -DUTEMPTER_DEBUG TARGET: x86 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 - name: install dependencies @@ -959,7 +959,7 @@ jobs: CPPFLAGS: -DUTEMPTER_DEBUG TARGET: x86_64 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 - name: install dependencies @@ -974,7 +974,7 @@ jobs: CPPFLAGS: -DUTEMPTER_LOG TARGET: x86_64 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 - name: install dependencies @@ -989,7 +989,7 @@ jobs: CPPFLAGS: -DUTEMPTER_LOG TARGET: x86_64 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 - name: install dependencies @@ -1004,7 +1004,7 @@ jobs: CPPFLAGS: -DUTEMPTER_LOG TARGET: x86_64 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 - name: install dependencies @@ -1019,7 +1019,7 @@ jobs: CPPFLAGS: -DUTEMPTER_LOG TARGET: x86_64 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 - name: install dependencies @@ -1034,7 +1034,7 @@ jobs: CPPFLAGS: -DUTEMPTER_LOG TARGET: x86_64 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 - name: install dependencies @@ -1049,7 +1049,7 @@ jobs: CPPFLAGS: -DUTEMPTER_LOG TARGET: x86_64 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 - name: install dependencies @@ -1064,7 +1064,7 @@ jobs: CPPFLAGS: -DUTEMPTER_LOG TARGET: x86_64 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 - name: install dependencies @@ -1079,7 +1079,7 @@ jobs: CPPFLAGS: -DUTEMPTER_LOG TARGET: x86_64 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 - name: install dependencies @@ -1094,7 +1094,7 @@ jobs: CPPFLAGS: -DUTEMPTER_LOG TARGET: x86_64 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 - name: install dependencies @@ -1109,7 +1109,7 @@ jobs: CPPFLAGS: -DUTEMPTER_LOG TARGET: x86_64 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 - name: install dependencies @@ -1124,7 +1124,7 @@ jobs: CPPFLAGS: -DUTEMPTER_LOG TARGET: x86_64 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 - name: install dependencies @@ -1139,7 +1139,7 @@ jobs: CPPFLAGS: -DUTEMPTER_LOG TARGET: x86_64 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 - name: install dependencies @@ -1154,7 +1154,7 @@ jobs: CPPFLAGS: -DUTEMPTER_LOG TARGET: x86_64 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 - name: install dependencies @@ -1169,7 +1169,7 @@ jobs: CPPFLAGS: -DUTEMPTER_LOG TARGET: x86_64 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 - name: install dependencies @@ -1184,7 +1184,7 @@ jobs: CPPFLAGS: -DUTEMPTER_LOG TARGET: x32 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 - name: install dependencies @@ -1199,7 +1199,7 @@ jobs: CPPFLAGS: -DUTEMPTER_LOG TARGET: x32 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 - name: install dependencies @@ -1214,7 +1214,7 @@ jobs: CPPFLAGS: -DUTEMPTER_LOG TARGET: x32 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 - name: install dependencies @@ -1229,7 +1229,7 @@ jobs: CPPFLAGS: -DUTEMPTER_LOG TARGET: x32 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 - name: install dependencies @@ -1244,7 +1244,7 @@ jobs: CPPFLAGS: -DUTEMPTER_LOG TARGET: x86 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 - name: install dependencies @@ -1259,7 +1259,7 @@ jobs: CPPFLAGS: -DUTEMPTER_LOG TARGET: x86 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 - name: install dependencies @@ -1274,7 +1274,7 @@ jobs: CPPFLAGS: -DUTEMPTER_LOG TARGET: x86 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 - name: install dependencies @@ -1289,7 +1289,7 @@ jobs: CPPFLAGS: -DUTEMPTER_LOG TARGET: x86 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 - name: install dependencies @@ -1304,7 +1304,7 @@ jobs: CPPFLAGS: -DUTEMPTER_LOG TARGET: x86 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 - name: install dependencies @@ -1319,7 +1319,7 @@ jobs: CPPFLAGS: -DUTEMPTER_LOG TARGET: x86 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 - name: install dependencies @@ -1334,7 +1334,7 @@ jobs: CPPFLAGS: -DUTEMPTER_LOG TARGET: x86 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 - name: install dependencies @@ -1349,7 +1349,7 @@ jobs: CPPFLAGS: -DUTEMPTER_LOG TARGET: x86 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 - name: install dependencies @@ -1364,7 +1364,7 @@ jobs: CPPFLAGS: -DUTEMPTER_LOG TARGET: x86 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 - name: install dependencies @@ -1379,7 +1379,7 @@ jobs: CPPFLAGS: -DUTEMPTER_LOG TARGET: x86 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 - name: install dependencies @@ -1394,7 +1394,7 @@ jobs: CPPFLAGS: -DUTEMPTER_LOG TARGET: x86 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 - name: install dependencies @@ -1409,7 +1409,7 @@ jobs: CPPFLAGS: -DUTEMPTER_LOG TARGET: x86 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 - name: install dependencies @@ -1424,7 +1424,7 @@ jobs: CPPFLAGS: -DUTEMPTER_LOG TARGET: x86 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 - name: install dependencies @@ -1439,7 +1439,7 @@ jobs: CPPFLAGS: -DUTEMPTER_LOG TARGET: x86 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 - name: install dependencies @@ -1454,7 +1454,7 @@ jobs: CPPFLAGS: -DUTEMPTER_LOG TARGET: x86_64 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 - name: install dependencies