diff --git a/bors.toml b/bors.toml new file mode 100644 index 00000000..3de86f23 --- /dev/null +++ b/bors.toml @@ -0,0 +1,17 @@ +cut_body_after = "" # don't include text from the PR body in the merge commit message +status = [ + "Build windows executable", + "Build tarballs", + "Build static musl binaries (amd64)", + "Build static musl binaries (i386)", + "Build static musl binaries (ppc64le)", + "Build static musl binaries (arm64v8)", + "Build static musl binaries (arm32v7)", + "Build static musl binaries (s390x)", + "Build static musl binaries (riscv64)", + "Test windows binaries", + # this one is only run during release + #"Publish tarballs & binaries", + "nix", + "ubuntu" +] diff --git a/flake.lock b/flake.lock index 81a4c206..1e068201 100644 --- a/flake.lock +++ b/flake.lock @@ -2,11 +2,11 @@ "nodes": { "nixpkgs": { "locked": { - "lastModified": 1668650906, - "narHash": "sha256-JuiYfDO23O8oxUUOmhQflmOoJovyC5G4RjcYQMQjrRE=", + "lastModified": 1672057183, + "narHash": "sha256-GN7/10DNNvs1FPj9tlZA2qgNdFuYKKuS3qlHTqAxasQ=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "3a86856a13c88c8c64ea32082a851fefc79aa700", + "rev": "b139e44d78c36c69bcbb825b20dbfa51e7738347", "type": "github" }, "original": {