Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Configure structopt to report the right versionv0.7.2_ci-test-2bug/reported-version | Quentin Dufour | 2022-08-11 | 1 | -11/+10 |
| | | | | | | | | | | By default, structopt reports the value provided by the env var CARGO_PKG_VERSION, feeded by Cargo when reading Cargo.toml. However for Garage we use a versioning based on git, so we often report a version that is behind the real version. In this commit, we create garage_util::version::garage() that reports the right version and configure all structopt subcommands to call this function instead of using the env var. | ||||
* | Run clippy in nix, leveraging nix caching ability | Quentin Dufour | 2022-07-26 | 3 | -37/+122 |
| | |||||
* | Refactor default.nix to follow Nix Flakes patterns | Quentin Dufour | 2022-07-26 | 2 | -0/+142 |
| | |||||
* | Bump Nix image to 22.05 | Quentin Dufour | 2022-07-26 | 1 | -0/+2 |
| | |||||
* | Put log-lines in nix.conf | Quentin Dufour | 2022-07-26 | 1 | -0/+1 |
| | |||||
* | Patch cargo2nix openssl overrideci/arm_openssl | Quentin Dufour | 2022-03-17 | 1 | -3/+3 |
| | |||||
* | Test WinSCPtest/winscp | Quentin Dufour | 2022-03-03 | 2 | -0/+30 |
| | |||||
* | Add integration tests to Drone | Quentin Dufour | 2022-02-10 | 1 | -1/+3 |
| | |||||
* | Upgrade cargo2nix | Quentin Dufour | 2022-02-10 | 1 | -1/+2 |
| | |||||
* | Generate and upload a JSON result | Quentin Dufour | 2022-02-05 | 1 | -4/+6 |
| | |||||
* | Add URL field to JSON builds | Alex Auvolat | 2022-02-05 | 1 | -1/+1 |
| | |||||
* | Generate JSON build description | Quentin Dufour | 2022-02-05 | 1 | -3/+6 |
| | |||||
* | Extract toolchain build from the CIbug/rust-musl | Quentin Dufour | 2021-10-29 | 2 | -3/+29 |
| | |||||
* | Use Rust binaries from Nix instead of rustup | Quentin Dufour | 2021-10-29 | 1 | -6/+0 |
| | |||||
* | Build Garage with Nixfeature/static | Quentin Dufour | 2021-10-19 | 4 | -0/+203 |