From d38e9090df32dfd239b36d3ae284b5d8ec87b7a5 Mon Sep 17 00:00:00 2001 From: Dave Date: Fri, 7 Jun 2024 05:22:28 -0400 Subject: [PATCH] experiment: `-j4` for `build-linux:` (#2514) experiment: set -j4 to see if things go faster, while we wait for a proper fix from mudler Signed-off-by: Dave Lee --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 157abd820..781a66e03 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -102,7 +102,7 @@ jobs: export PATH=/usr/local/cuda/bin:$PATH export PATH=/opt/rocm/bin:$PATH source /opt/intel/oneapi/setvars.sh - GO_TAGS=p2p make dist + GO_TAGS=p2p make -j4 dist - uses: actions/upload-artifact@v4 with: name: LocalAI-linux