Skip to content

Commit 0714c53

Browse files
author
gojimmypi
committed
Update and pin Watcom to 2025-11-03-Build release
1 parent 9a4fa0d commit 0714c53

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/watcomc.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,10 @@ jobs:
6262
uses: open-watcom/setup-watcom@v0
6363
with:
6464
version: ${{ matrix.platform.owimage }}
65-
tag: 2025-09-01-Build
66-
# Currently fixed to this build because of latest compiler error:
67-
# file clbrdll.lib(fltuse80): undefined symbol _SetLD80bit_
65+
# Currently fixed to a monthly build because of historical instability with daily releases.
66+
# See https://github.com/wolfSSL/wolfssl/pull/9167
67+
# Pin to monthly release as needed:
68+
tag: 2025-11-03-Build
6869

6970
- name: Checkout wolfSSL
7071
uses: actions/checkout@v4

0 commit comments

Comments
 (0)