mirror of
https://github.com/pezkuwichain/revive-differential-tests.git
synced 2026-06-14 23:41:06 +00:00
Merge branch 'feature/chached-fs-sync' into feature/compiler-modes
This commit is contained in:
@@ -735,6 +735,7 @@ async fn compile_contracts<P: Platform>(
|
||||
// library.
|
||||
compiler = FilesWithExtensionIterator::new(metadata.directory()?)
|
||||
.with_allowed_extension("sol")
|
||||
.with_use_cached_fs(true)
|
||||
.fold(compiler, |compiler, path| {
|
||||
compiler.with_library(&path, library_ident.as_str(), *library_address)
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user