Skip to content

Merge branch '2.4' of github.com:Holzhaus/mixxx #1712

Merge branch '2.4' of github.com:Holzhaus/mixxx

Merge branch '2.4' of github.com:Holzhaus/mixxx #1712

Triggered via push August 17, 2023 22:26
Status Success
Total duration 59m 51s
Artifacts 5

build.yml

on: push
Matrix: build
Update manifest file on download server
37s
Update manifest file on download server
Fit to window
Zoom out
Zoom in

Annotations

51 warnings
macOS 11 x64
bitwise operation between different enumeration types ('(anonymous enum at /Applications/Xcode_13.2.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/System/Library/Frameworks/CoreAudioTypes.framework/Headers/CoreAudioBaseTypes.h:548:1)' and '(anonymous enum at /Applications/Xcode_13.2.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/System/Library/Frameworks/CoreAudioTypes.framework/Headers/CoreAudioBaseTypes.h:497:1)') is deprecated [-Wdeprecated-anon-enum-enum-conversion]
macOS 11 x64
bitwise operation between different enumeration types ('(anonymous enum at /Applications/Xcode_13.2.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/System/Library/Frameworks/CoreAudioTypes.framework/Headers/CoreAudioBaseTypes.h:497:1)' and '(anonymous enum at /Applications/Xcode_13.2.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/System/Library/Frameworks/CoreAudioTypes.framework/Headers/CoreAudioBaseTypes.h:548:1)') is deprecated [-Wdeprecated-anon-enum-enum-conversion]
macOS 11 x64
bitwise operation between different enumeration types ('(anonymous enum at /Applications/Xcode_13.2.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/System/Library/Frameworks/CoreAudioTypes.framework/Headers/CoreAudioBaseTypes.h:497:1)' and '(anonymous enum at /Applications/Xcode_13.2.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/System/Library/Frameworks/CoreAudioTypes.framework/Headers/CoreAudioBaseTypes.h:548:1)') is deprecated [-Wdeprecated-anon-enum-enum-conversion]
macOS 11 x64
bitwise operation between different enumeration types ('(anonymous enum at /Applications/Xcode_13.2.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/System/Library/Frameworks/CoreAudioTypes.framework/Headers/CoreAudioBaseTypes.h:497:1)' and '(anonymous enum at /Applications/Xcode_13.2.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/System/Library/Frameworks/CoreAudioTypes.framework/Headers/CoreAudioBaseTypes.h:548:1)') is deprecated [-Wdeprecated-anon-enum-enum-conversion]
macOS 11 x64
bitwise operation between different enumeration types ('(anonymous enum at /Applications/Xcode_13.2.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/System/Library/Frameworks/CoreAudioTypes.framework/Headers/CoreAudioBaseTypes.h:497:1)' and '(anonymous enum at /Applications/Xcode_13.2.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/System/Library/Frameworks/CoreAudioTypes.framework/Headers/CoreAudioBaseTypes.h:548:1)') is deprecated [-Wdeprecated-anon-enum-enum-conversion]
macOS 11 x64
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
macOS 11 arm64
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
macOS 11 arm64
'glDrawArrays' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
macOS 11 arm64
'glTexSubImage2D' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
macOS 11 arm64
'glDrawArrays' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
macOS 11 arm64
'glDrawArrays' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
macOS 11 arm64
bitwise operation between different enumeration types ('(anonymous enum at /Applications/Xcode_13.2.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/System/Library/Frameworks/CoreAudioTypes.framework/Headers/CoreAudioBaseTypes.h:548:1)' and '(anonymous enum at /Applications/Xcode_13.2.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/System/Library/Frameworks/CoreAudioTypes.framework/Headers/CoreAudioBaseTypes.h:497:1)') is deprecated [-Wdeprecated-anon-enum-enum-conversion]
Ubuntu 22.04 (gcc)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Ubuntu 22.04 (gcc): build/libdjinterop-prefix/src/libdjinterop/src/djinterop/engine/v1/performance_data_format.cpp#L114
‘beats_until_next_marker’ may be used uninitialized in this function [-Wmaybe-uninitialized]
Ubuntu 22.04 (gcc): build/libdjinterop-prefix/src/libdjinterop/src/djinterop/engine/v2/playlist_table.cpp#L133
‘result’ may be used uninitialized in this function [-Wmaybe-uninitialized]
Windows 2019 (MSVC)
The following actions uses node12 which is deprecated and will be forced to run on node16: seanmiddleditch/gha-setup-vsdevenv@v4. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Windows 2019 (MSVC)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Windows 2019 (MSVC): build/libdjinterop-prefix/src/libdjinterop/ext/sqlite_modern_cpp/sqlite_modern_cpp/type_wrapper.h#L132
'return': conversion from 'double' to 'float', possible loss of data
Windows 2019 (MSVC): build/libdjinterop-prefix/src/libdjinterop/ext/sqlite_modern_cpp/sqlite_modern_cpp/type_wrapper.h#L136
'return': conversion from 'double' to 'float', possible loss of data
Windows 2019 (MSVC): build/libdjinterop-prefix/src/libdjinterop/ext/sqlite_modern_cpp/sqlite_modern_cpp/type_wrapper.h#L192
'argument': conversion from 'size_t' to 'int', possible loss of data
Windows 2019 (MSVC): build/libdjinterop-prefix/src/libdjinterop/ext/sqlite_modern_cpp/sqlite_modern_cpp/type_wrapper.h#L218
'argument': conversion from 'size_t' to 'int', possible loss of data
Windows 2019 (MSVC): build/libdjinterop-prefix/src/libdjinterop/ext/sqlite_modern_cpp/sqlite_modern_cpp/type_wrapper.h#L224
'argument': conversion from 'size_t' to 'int', possible loss of data
Windows 2019 (MSVC): build/libdjinterop-prefix/src/libdjinterop/ext/sqlite_modern_cpp/sqlite_modern_cpp/type_wrapper.h#L249
'argument': conversion from 'size_t' to 'int', possible loss of data
Windows 2019 (MSVC): build/libdjinterop-prefix/src/libdjinterop/ext/sqlite_modern_cpp/sqlite_modern_cpp.h#L115
'argument': conversion from 'size_t' to 'int', possible loss of data
Windows 2019 (MSVC)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Ubuntu 22.04 (Qt 6.2, gcc)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Ubuntu 22.04 (Qt 6.2, gcc): build/libdjinterop-prefix/src/libdjinterop/src/djinterop/engine/v1/performance_data_format.cpp#L114
‘beats_until_next_marker’ may be used uninitialized in this function [-Wmaybe-uninitialized]
Ubuntu 22.04 (Qt 6.2, gcc): build/libdjinterop-prefix/src/libdjinterop/src/djinterop/engine/v2/playlist_table.cpp#L133
‘result’ may be used uninitialized in this function [-Wmaybe-uninitialized]

Artifacts

Produced during runtime
Name Size
Ubuntu 22.04 DEB Expired
19.9 MB
Ubuntu 22.04 Qt6 DEB Expired
21 MB
Windows Installer Expired
70 MB
macOS ARM DMG Expired
43.7 MB
macOS Intel DMG Expired
46.9 MB