Unstable Nix #528
Workflow file for this run
This file contains hidden or 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: Unstable Nix | |
| on: | |
| # pull_request: | |
| # push: | |
| # branches: | |
| # - main | |
| workflow_dispatch: | |
| jobs: | |
| success: | |
| name: 'Success: Patched Lix' | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v4 | |
| - uses: DeterminateSystems/nix-installer-action@v16 | |
| with: | |
| diagnostic-endpoint: '' | |
| source-url: 'https://install.lix.systems/lix/lix-installer-x86_64-linux' | |
| - name: 'Remove AppArmor restrictions on unprivileged user namespaces' | |
| run: | | |
| sudo sysctl -w kernel.apparmor_restrict_unprivileged_userns=0 | |
| - run: | | |
| nix -L run 'git+https://git.lix.systems/lix-project/lix.git?ref=2.92.0' -- build -v --no-link --print-out-paths .#checks.x86_64-linux.host-bina || true | |
| nix -L run 'git+https://git.lix.systems/lix-project/lix.git?rev=8e2ab5532cb06f9ecf57d6769e33752b4d091935' -- build -v --no-link --print-out-paths .#checks.x86_64-linux.host-bina |