Update tdlight #503
Annotations
1 error and 2 warnings
Build
buildx failed with: ERROR: failed to solve: process "/bin/bash -exc export TOOLCHAIN_ARGS; if [[ \"$NATIVE\" == \"true\" ]]; then TOOLCHAIN_ARGS=\"toolchain_native.cmake\"; else TOOLCHAIN_ARGS=\"toolchain.cmake\"; fi\ncd implementations/tdlight/build\nexport INSTALL_PREFIX=\"$(readlink -e ./td_bin/)\"\nexport INSTALL_BINDIR=\"$(readlink -e ./td_bin/bin)\"\ncmake \\\n -DCMAKE_BUILD_TYPE=Release \\\n -DCMAKE_C_COMPILER_LAUNCHER=\"$CCACHE\" \\\n -DCMAKE_CXX_COMPILER_LAUNCHER=\"$CCACHE\" \\\n -DTD_SKIP_BENCHMARK=ON -DTD_SKIP_TEST=ON -DTD_SKIP_TG_CLI=ON \\\n -DTD_ENABLE_LTO=ON \\\n -DTD_ENABLE_JNI=ON \\\n -DCMAKE_INSTALL_PREFIX:PATH=\"$INSTALL_PREFIX\" \\\n -DCMAKE_INSTALL_BINDIR:PATH=\"$INSTALL_BINDIR\" \\\n -DJAVA_AWT_LIBRARY=/dev/null \\\n -DJAVA_AWT_INCLUDE_PATH=/dev/null \\\n -DCMAKE_TOOLCHAIN_FILE=\"../../../$TOOLCHAIN_ARGS\" \\\n ..\ncmake --build . --target install --config Release --parallel \"$(nproc)\"\ncd ../../../\n" did not complete successfully: exit code: 2
|
Install ubuntu 22.04 dependencies (cached)
Cache save failed.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-java@v3, mozilla-actions/[email protected], stCarolas/[email protected], docker/setup-buildx-action@v2, docker/build-push-action@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Loading