From 0714c535f172c8393a1910762be3f09e4f27945f Mon Sep 17 00:00:00 2001 From: gojimmypi Date: Mon, 3 Nov 2025 10:42:18 -0800 Subject: [PATCH] Update and pin Watcom to 2025-11-03-Build release --- .github/workflows/watcomc.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/watcomc.yml b/.github/workflows/watcomc.yml index df2ba9bb1..d936d8fa1 100644 --- a/.github/workflows/watcomc.yml +++ b/.github/workflows/watcomc.yml @@ -62,9 +62,10 @@ jobs: uses: open-watcom/setup-watcom@v0 with: version: ${{ matrix.platform.owimage }} - tag: 2025-09-01-Build - # Currently fixed to this build because of latest compiler error: - # file clbrdll.lib(fltuse80): undefined symbol _SetLD80bit_ + # Currently fixed to a monthly build because of historical instability with daily releases. + # See https://github.com/wolfSSL/wolfssl/pull/9167 + # Pin to monthly release as needed: + tag: 2025-11-03-Build - name: Checkout wolfSSL uses: actions/checkout@v4