We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8fdac8 commit 7a25ed7Copy full SHA for 7a25ed7
.github/workflows/rebuildDependencies.yml
@@ -56,6 +56,7 @@ jobs:
56
if: ${{ startsWith(matrix.platform, 'android') }}
57
run: |
58
rm -rf ~/.conan/data/*/*/_/_/package
59
+ echo -e "[buildenv]\nLD=ld" >> CI/conan/${{ matrix.conan_profile }}
60
61
# Completely remove packages that were confirmed to be rebuildable using upstream recipe/sources
62
# TODO: generate entire package from scratch instead of such cleanup
0 commit comments