We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am converging debian an alpine toolchains on top of #3192 and ran into an error with clang-19 on debian amd64 cross-compiling for alpine riscv64:
error: 'snprintf' was not declared in this scope [ 424s] 2817 | snprintf(outStr, strLen, "%u", static_cast<unsigned int>(num)); [ 424s] | ^~~~~~~~
tracked it to https://github.com/mono/skia/blob/1c3113af31028b19affaff5d71f47c920acbe4f4/DEPS#L59
which is >2y old because it's missing this patch GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator@29d492b
The text was updated successfully, but these errors were encountered:
@mattleibow can we bump the BAZEL dependency in mono/skia or apply that tiny patch some other way?
Sorry, something went wrong.
I think you can bump the SHA in the DEPS file in the skia repo root.
Successfully merging a pull request may close this issue.
I am converging debian an alpine toolchains on top of #3192 and ran into an error with clang-19 on debian amd64 cross-compiling for alpine riscv64:
tracked it to
https://github.com/mono/skia/blob/1c3113af31028b19affaff5d71f47c920acbe4f4/DEPS#L59
which is >2y old because it's missing this patch GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator@29d492b
The text was updated successfully, but these errors were encountered: