summarylogtreecommitdiffstats
path: root/reproducible-build.patch
diff options
context:
space:
mode:
Diffstat (limited to 'reproducible-build.patch')
-rw-r--r--reproducible-build.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/reproducible-build.patch b/reproducible-build.patch
deleted file mode 100644
index 1ec6caeec3ea..000000000000
--- a/reproducible-build.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-diff --git a/Makefile b/Makefile
-index 475c85b..2800d44 100644
---- a/Makefile
-+++ b/Makefile
-@@ -37,13 +37,13 @@ build:
- cargo build
-
- release:
-- cargo build --release
-+ cargo build --release --locked
-
- lint:
- cargo clippy -- -D warnings
-
- test:
-- cargo test
-+ cargo test --release --locked
-
- clean:
- cargo clean