-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summary: Pull Request resolved: #264 Use nightly Rust compiler and enable the `nightly` feature of `hashbrown` so that it compiles (see rust-lang/hashbrown#564) This wouldn't really be a problem if we correctly copied the internally used versions of Rust libraries, but we miss crate versions in most cases so sometimes skew causes problems like this. Disable broken sendstream test Fix #219 Test Plan: Export to PR Reviewed By: justintrudell Differential Revision: D64256300 fbshipit-source-id: 2d9965e3065dd9e8632a65b606d2b1210014777c
- Loading branch information
1 parent
80b4a0b
commit 7391888
Showing
3 changed files
with
36 additions
and
28 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
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,6 +1,6 @@ | ||
Antlir can **reproducibly build**, **test**, and **run** OS images for | ||
containers and hosts. Learn more by [reading the documentation]( | ||
https://facebookincubator.github.io/antlir/docs). | ||
https://facebookincubator.github.io/antlir/docs/intro). | ||
|
||
Antlir is licensed under the MIT License. See | ||
[here](https://github.com/facebookincubator/antlir/blob/main/LICENSE). |
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