From 857c2732a7dc0a607606e456f85e49d79cf3aa39 Mon Sep 17 00:00:00 2001 From: DmitriyMusatkin Date: Mon, 7 Oct 2024 04:12:11 -0700 Subject: [PATCH] add comment --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bf259b1..5b8de87 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -232,6 +232,7 @@ jobs: id: test uses: cross-platform-actions/action@v0.24.0 with: + #note: sanitizer seems to be broken on s390x (fails trying to allocate several tbs of mem) and package manager works slightly differently that on regular ubuntu operating_system: freebsd architecture: x86-64 version: '14.0'