mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-15 15:11:12 +02:00
Fix MacOS hdiutil
CMake parallelization issue
* Make CMake builds better parallelized * Update CI Build script parallelization * Make `repeat_hdiutil.sh` take longer between repeats * Make sure that bash is the latest version on CI builds. Signed-off-by: Emily Mabrey <emabrey@tenacityaudio.org> Reference-to: https://github.com/tenacityteam/tenacity/pull/391
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
| Name | Type | Default | Description |
|
||||
| :-------------------------------- | :----- | :--------- | :-------------------------------------------------------------- |
|
||||
| CMAKE_BUILD_TYPE | STRING | Debug | Type of the build: Debug, Release, RelWithDebInfo, MinSizeRel |
|
||||
| CMAKE_INSTALL_PREFIX | PATH | /usr/local | Install path prefix, prepended onto install directories. |
|
||||
| Name | Type | Default | Description |
|
||||
| :------------------------| :----- | :--------- | :-------------------------------------------------------------- |
|
||||
| CMAKE_BUILD_TYPE | STRING | Debug | Type of the build: Debug, Release, RelWithDebInfo, MinSizeRel |
|
||||
| CMAKE_INSTALL_PREFIX | PATH | /usr/local | Install path prefix, prepended onto install directories. |
|
||||
| lib_preference | STRING | local | Library preference [system (if available), local] |
|
||||
| obey_system_dependencies | BOOL | Off | Use only system packages to satisfy dependencies |
|
||||
| use_expat | STRING | system | Use expat library [system (if available), local, off] |
|
||||
|
Reference in New Issue
Block a user