We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7389e8f commit 2aed4b8Copy full SHA for 2aed4b8
src/Microcks.Testcontainers/Helpers/MacOSHelper.cs
@@ -37,8 +37,8 @@ public static class MacOSHelper
37
38
/// <summary>
39
/// Get Java options for MacOS M4 to fix SIGILL error.
40
+ /// Note: This is a temporary fix.
41
/// </summary>
- /// <returns></returns>
42
public static IReadOnlyDictionary<string, string> GetJavaOptions(string keyname = "JAVA_OPTIONS")
43
{
44
if (IsMacOS)
0 commit comments