Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
Andarwinux committed Nov 15, 2024
1 parent b25caaf commit 57aecdd
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,13 @@ on:

env:
IS_LTS: NO
MIMALLOC_ALLOW_LARGE_OS_PAGES: 1
MIMALLOC_SHOW_STATS: 1

jobs:
build:
runs-on: ubuntu-latest
container: archlinux/archlinux:base-devel
container: cachyos/cachyos-v3:latest
outputs:
current_version: ${{ steps.out.outputs.current_version }}
release_version: ${{ steps.out.outputs.release_version }}
Expand All @@ -42,10 +44,11 @@ jobs:
- name: Install dependencies
id: dep
run: |
pacman -Syu --noconfirm pahole xmlto inetutils bc cpio jq ccache git python go
pacman -Syu --noconfirm pahole xmlto inetutils bc cpio jq ccache git python go mimalloc
GOBIN=/usr/bin go install go.chromium.org/luci/cipd/client/cmd/...@latest
cipd install fuchsia/third_party/clang/linux-amd64 latest -root /usr/local/fuchsia-clang
echo "PATH=/usr/local/fuchsia-clang/bin:$PATH" >> $GITHUB_ENV
echo "/usr/lib/libmimalloc.so" > /etc/ld.so.preload
- name: Trust this directory
run: git config --global --add safe.directory '*' # v2.35.3 or later
Expand Down

0 comments on commit 57aecdd

Please sign in to comment.