Ignore all Java exceptions when looking for Linux musl support (#7844)
This commit is contained in:
@@ -100,7 +100,7 @@ class NativeLibLoader {
|
||||
});
|
||||
|
||||
return muslRelatedMemoryMappedFilename.isPresent();
|
||||
} catch (IOException ignored) {
|
||||
} catch (Exception ignored) {
|
||||
// ignored
|
||||
}
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user