mirror of
https://github.com/mozilla/cubeb
synced 2024-11-21 06:26:10 -07:00
Update rust submodules.
Some checks are pending
Build / build (macos-13, Debug) (push) Waiting to run
Build / build (macos-13, Release) (push) Waiting to run
Build / build (macos-14, Debug) (push) Waiting to run
Build / build (macos-14, Release) (push) Waiting to run
Build / build (ubuntu-20.04, Debug) (push) Waiting to run
Build / build (ubuntu-20.04, Release) (push) Waiting to run
Build / build (windows-2019, Debug) (push) Waiting to run
Build / build (windows-2019, Release) (push) Waiting to run
Build / build-android (arm64-v8a, Debug) (push) Waiting to run
Build / build-android (arm64-v8a, Release) (push) Waiting to run
Build / build-android (armeabi-v7a, Debug) (push) Waiting to run
Build / build-android (armeabi-v7a, Release) (push) Waiting to run
Build / build-android (x86_64, Debug) (push) Waiting to run
Build / build-android (x86_64, Release) (push) Waiting to run
Build / check_format (push) Waiting to run
Some checks are pending
Build / build (macos-13, Debug) (push) Waiting to run
Build / build (macos-13, Release) (push) Waiting to run
Build / build (macos-14, Debug) (push) Waiting to run
Build / build (macos-14, Release) (push) Waiting to run
Build / build (ubuntu-20.04, Debug) (push) Waiting to run
Build / build (ubuntu-20.04, Release) (push) Waiting to run
Build / build (windows-2019, Debug) (push) Waiting to run
Build / build (windows-2019, Release) (push) Waiting to run
Build / build-android (arm64-v8a, Debug) (push) Waiting to run
Build / build-android (arm64-v8a, Release) (push) Waiting to run
Build / build-android (armeabi-v7a, Debug) (push) Waiting to run
Build / build-android (armeabi-v7a, Release) (push) Waiting to run
Build / build-android (x86_64, Debug) (push) Waiting to run
Build / build-android (x86_64, Release) (push) Waiting to run
Build / check_format (push) Waiting to run
Also, use gecko-in-tree feature to break circular dependency.
This commit is contained in:
parent
78b2bce70e
commit
0426c8532a
3 changed files with 4 additions and 4 deletions
|
@ -342,7 +342,7 @@ if(USE_PULSE AND USE_PULSE_RUST)
|
||||||
cubeb_pulse_rs
|
cubeb_pulse_rs
|
||||||
DOWNLOAD_COMMAND ""
|
DOWNLOAD_COMMAND ""
|
||||||
CONFIGURE_COMMAND ""
|
CONFIGURE_COMMAND ""
|
||||||
BUILD_COMMAND cargo build COMMAND cargo build --release
|
BUILD_COMMAND cargo build --features=gecko-in-tree COMMAND cargo build --release --features=gecko-in-tree
|
||||||
BUILD_ALWAYS ON
|
BUILD_ALWAYS ON
|
||||||
BINARY_DIR "${PROJECT_SOURCE_DIR}/src/cubeb-pulse-rs"
|
BINARY_DIR "${PROJECT_SOURCE_DIR}/src/cubeb-pulse-rs"
|
||||||
INSTALL_COMMAND ""
|
INSTALL_COMMAND ""
|
||||||
|
@ -361,7 +361,7 @@ if(USE_AUDIOUNIT AND USE_AUDIOUNIT_RUST)
|
||||||
cubeb_coreaudio_rs
|
cubeb_coreaudio_rs
|
||||||
DOWNLOAD_COMMAND ""
|
DOWNLOAD_COMMAND ""
|
||||||
CONFIGURE_COMMAND ""
|
CONFIGURE_COMMAND ""
|
||||||
BUILD_COMMAND cargo build COMMAND cargo build --release
|
BUILD_COMMAND cargo build --features=gecko-in-tree COMMAND cargo build --release --features=gecko-in-tree
|
||||||
BUILD_ALWAYS ON
|
BUILD_ALWAYS ON
|
||||||
BINARY_DIR "${PROJECT_SOURCE_DIR}/src/cubeb-coreaudio-rs"
|
BINARY_DIR "${PROJECT_SOURCE_DIR}/src/cubeb-coreaudio-rs"
|
||||||
INSTALL_COMMAND ""
|
INSTALL_COMMAND ""
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 28166fb5f249f431eb8e22f89efb860744ba86a9
|
Subproject commit d5e7769e480a617bfed01511786bc7a083249bf0
|
|
@ -1 +1 @@
|
||||||
Subproject commit f951e72f2635e70c8ef52bcb2c95b2244ce21507
|
Subproject commit b6cddee439c68d38d998a6026234aeddd6ec1734
|
Loading…
Reference in a new issue