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