add really dumb ld preload override for getpwuid #7018
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: build | |
on: { workflow_dispatch, push: { branches: [main] }, pull_request } | |
jobs: | |
build: | |
strategy: | |
fail-fast: false | |
matrix: | |
os: | |
- ubuntu-24.04 | |
- macos-14 | |
name: nix (${{ matrix.os }}) | |
runs-on: ${{ matrix.os }} | |
steps: | |
- uses: actions/checkout@v4.2.2 | |
- uses: cachix/install-nix-action@v30 | |
- uses: cachix/cachix-action@master | |
with: | |
# skipAddingSubstituter: ${{ matrix.os == 'm1' && 'true' || 'false' }} | |
name: jacobi | |
authToken: ${{ secrets.CACHIX_AUTH_TOKEN }} | |
- run: nix --show-trace build .#__j_custom .#zaddy .#python312Packages.torch |