You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`ALLOW_TEST_FAILURE`| Don't stop if a test suite fails. | "true" or "false" (case sensitive). |`false`|
328
-
|`ENABLE_ARCH_i686`| Build 32-bit toxcore. The image should have been built with `SUPPORT_ARCH_i686` enabled. | "true" or "false" (case sensitive). |`true`|
329
-
|`ENABLE_ARCH_x86_64`| Build 64-bit toxcore. The image should have been built with `SUPPORT_ARCH_x86_64` enabled. | "true" or "false" (case sensitive). |`true`|
330
-
|`ENABLE_TEST`| Run the test suite. The image should have been built with `SUPPORT_TEST` enabled. | "true" or "false" (case sensitive). |`false`|
331
-
|`EXTRA_CMAKE_FLAGS`| Extra arguments to pass to the CMake command when building toxcore. | CMake options. |`-DTEST_TIMEOUT_SECONDS=90`|
325
+
| Name | Description | Expected Value | Default Value |
|`ALLOW_TEST_FAILURE`| Don't stop if a test suite fails. | "true" or "false" (case sensitive). |`false`|
328
+
|`ENABLE_ARCH_i686`| Build 32-bit toxcore. The image should have been built with `SUPPORT_ARCH_i686` enabled. | "true" or "false" (case sensitive). |`true`|
329
+
|`ENABLE_ARCH_x86_64`| Build 64-bit toxcore. The image should have been built with `SUPPORT_ARCH_x86_64` enabled. | "true" or "false" (case sensitive). |`true`|
330
+
|`ENABLE_TEST`| Run the test suite. The image should have been built with `SUPPORT_TEST` enabled. | "true" or "false" (case sensitive). |`false`|
331
+
|`EXTRA_CMAKE_FLAGS`| Extra arguments to pass to the CMake command when building toxcore. | CMake options. |`-DTEST_TIMEOUT_SECONDS=90 -DUSE_IPV6=OFF`|
0 commit comments