You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- name: Check if Konan LLVM bundle mapping is up-to-date
run: |
set -euo pipefail
if [[ -n "$(git status --porcelain | grep native-deps/bazel-support/toolchain/konan_llvm_bundles.json)" ]]; then
echo "Konan LLVM bundle mapping is not up to date. Please run './native-deps/bazel-support/toolchain/precompute_konan_llvm_bundles.py' and commit changes"