From 8ec10dce0ea1260b607701b0150ec149ae5cbed0 Mon Sep 17 00:00:00 2001 From: ringabout <43030857+ringabout@users.noreply.github.com> Date: Mon, 16 Feb 2026 17:00:38 +0800 Subject: [PATCH] accelerate --- .github/workflows/ci_i386_linux.yml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/ci_i386_linux.yml b/.github/workflows/ci_i386_linux.yml index aaa4973912..4a2aa58fa3 100644 --- a/.github/workflows/ci_i386_linux.yml +++ b/.github/workflows/ci_i386_linux.yml @@ -80,23 +80,23 @@ jobs: version: ${{ matrix.target.nim_branch }} architecture: ${{ matrix.target.cpu }} - - name: Build koch using existing nim - run: | - nim c koch.nim + # - name: Build koch using existing nim + # run: | + # nim c koch.nim - - name: Boot the compiler from the checked-out commit - shell: bash - run: | - ./koch boot -d:release + # - name: Boot the compiler from the checked-out commit + # shell: bash + # run: | + # ./koch boot -d:release - - name: Show nim version and system info - run: | - bin/nim -v || true - uname -a || true + # - name: Show nim version and system info + # run: | + # bin/nim -v || true + # uname -a || true - name: Run talign test (i386) shell: bash run: | set -euo pipefail export PATH="${GITHUB_WORKSPACE}/bin:$PATH" - bin/nim c -r --mm:refc -d:useGcAssert -d:useSysAssert tests/align/talign.nim + nim c -r --lib:lib --mm:refc -d:useGcAssert -d:useSysAssert tests/align/talign.nim