We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some enhancements were suggested in #1165. They are non-blockers and I am moving them to a separate issue for the near future.
Move to rustshop/flakebox
rustshop/flakebox
pkgs.linkFarmFromDrvs
mold
Upload failed derivations as artifacts. From fedimint/fedimint in ci: move to Nix #1165 (comment)
fedimint/fedimint
- name: Prepare failed test build dirs if: always() run: | set -x # delete source and target artifacts as it is huge and rather useless now sudo rm -Rf /tmp/nix-build-*/source || true # chown so actions/upload-artifact can access it sudo chown -R $USER /tmp/nix-build-* || true # delete unix sockets, as actions/upload-artifact can't handle them find /tmp/nix-build-* -type s -print0 | xargs -0 rm || true - name: Upload failed test build dirs if: always() uses: actions/upload-artifact@v3 with: name: "fedimint-failed-test-logs-${{ github.run_number }}-${{ matrix.host}}" path: | /tmp/nix-build-*/
Auto-correct typos. This also involves having a just setup. Example from https://github.com/fedimint/fedimint/blob/0ef5039086a4cd863484cbfacd638d8a0d42c233/justfile#L80, in ci: move to Nix #1165 (comment)
just
Use cargo-nextest. ci: move to Nix #1165 (comment)
cargo-nextest
The text was updated successfully, but these errors were encountered:
I put these in the beta.0 release for now, but may move them to future milestone if not urgent / ready to work on now.
Sorry, something went wrong.
No branches or pull requests
Some enhancements were suggested in #1165.
They are non-blockers and I am moving them to a separate issue for the near future.
Move to
rustshop/flakebox
pkgs.linkFarmFromDrvs
(example, from ci: move to Nix #1165 (comment))mold
by default as the Linux linker. It can speed up builds.Upload failed derivations as artifacts.
From
fedimint/fedimint
in ci: move to Nix #1165 (comment)Auto-correct typos.
This also involves having a
just
setup.Example from https://github.com/fedimint/fedimint/blob/0ef5039086a4cd863484cbfacd638d8a0d42c233/justfile#L80, in ci: move to Nix #1165 (comment)
Use
cargo-nextest
. ci: move to Nix #1165 (comment)The text was updated successfully, but these errors were encountered: