Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions util/movement-aptos/movement-aptos-core/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ async fn main() -> Result<(), anyhow::Error> {
for container in CONTAINERS {
readier.add_image(container.to_string());
}
if !readier.build().await.is_err() {
panic!("Expected error for arm64 pull: this means that the image is now available and you should update this implementation");
}
// if !readier.build().await.is_err() {
// panic!("Expected error for arm64 pull: this means that the image is now available and you should update this implementation");
// }

Ok(())
}
Loading