Skip to content

Commit

Permalink
installing rustc/cargo for mybinder demo (#1083)
Browse files Browse the repository at this point in the history
when we switch to the rust compiler by default, mybinder stop working, as reoported in #1054 this is because the binder docker image does not have a rust compiler or tools, this install them by using the apt.txt file

Co-authored-by: Alvaro Leiva Geisse <[email protected]>
  • Loading branch information
aleivag and Alvaro Leiva Geisse authored Jan 3, 2024
1 parent dbbfe1e commit 1757e0f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ libcst/_version.py
target/
venv/
.venv/
.idea/
2 changes: 2 additions & 0 deletions apt.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
rustc
cargo

0 comments on commit 1757e0f

Please sign in to comment.