-
Hi!
I'm trying to use this tool to build https://github.com/timberio/vector/commit/0836bcdc0c63e35061c003079edff06af6e3f198 which depends on https://github.com/bytecodealliance/lucet/commit/d741e2e…
-
The `release-1.0` branch's flake.nix contains the following `fetchGit`.
https://github.com/yusdacra/nix-cargo-integration/blob/bf9d7969ba3ec721a85030800a0e9003e819da11/flake.nix#L16-L20
Looking at h…
-
On https://tauri.studio/en/docs/development/, in the "A note about Cargo.toml and Source Control" section, it says that Cargo.toml should be committed, but does not mention that Cargo.lock should be c…
-
This is the recommended way for dealing with Cargo.lock in git.
So everyone has the exact same deps, reproducing problems will be easier.
It can prevent problems like
lispc updated
2 years ago
-
#### Environment details
- OS: Ubuntu 20.04
- Node.js version: 16.13.2
- npm version: 8.1.2
- `release-please` version: 13.4.2
#### Steps to reproduce
1. Create a rust workspace …
-
naersk has a track record of pulling in it's own `nixpkgs` and any `follows` constellations continuously cause problems (due to long lasting bugs in `nix`'s `follows` implementation). This is why many…
-
Following the minor issues that came up when merging #816 it seems like we should probably commit the lock file to avoid this in the future (following a conversation with @sampsyo).
Tagging @rachi…
-
Changes when running the generator using current master: https://gist.github.com/i509VCB/8eadb8b34f620d97299b74f80a927dde
I run the following, in the exact same way as github actions: `cargo run -p…
-
@mdharm After bb9918c80a8e28a8bc62a34e911e161153df94e2, I will release `v0.3.2` if there are no subsequent changes.
-
To make builds reproducible, projects building executables should add their `Cargo.lock` to their git repository. This is also noted in http://doc.crates.io/faq.html#why-do-binaries-have-cargolock-in-…