-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: build ruby and python in docker (#159)
- build ruby gems and python wheels in docker (as build, not run) on linux, remove docker.sh - move building logic from yaml files to ffi.mk - use cargo workspaces instead of many separate projects
- Loading branch information
1 parent
ff17111
commit df9fc0b
Showing
47 changed files
with
1,269 additions
and
10,521 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,6 @@ | ||
**/target/ | ||
**/pkg/ | ||
**/dist/ | ||
**/build/ | ||
**/*egg-info*/ | ||
**/**/Makefile |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.