Skip to content

Commit b14f758

Browse files
authored
fix: use prebuilt docker images based on manylinux with preinstalled cargo & rust (#84)
create & publish base docker images for building our packages (improve build scheme #71) fix Cargo.lock to avoid silent package update remove read-process-memory patch-fork because since upstream 1.5 version it is no longer needed fix inferno = "=0.11.14" because 0.11.15 requires 1.64 rust toolchain and we cant use it because 1.64 requires glibc >= 2.17 but manylinux2010 has glibc == 2.12
1 parent c756dc2 commit b14f758

File tree

22 files changed

+5993
-84
lines changed

22 files changed

+5993
-84
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
.idea/
22
/target/
3-
Cargo.lock
43
**/*.rs.bk
54
.cache
65
.DS_Store

0 commit comments

Comments
 (0)