.
Some checks failed
Build and Deploy artifact / build (push) Failing after 13s

This commit is contained in:
kento2 2026-08-05 13:22:44 +02:00
parent be29fd2c53
commit 850a9ab107

View file

@ -18,9 +18,9 @@ jobs:
env: env:
CACHE_USERNAME: ${{ secrets.CACHE_USERNAME }} CACHE_USERNAME: ${{ secrets.CACHE_USERNAME }}
CACHE_PASSWORD: ${{ secrets.CACHE_PASSWORD }} CACHE_PASSWORD: ${{ secrets.CACHE_PASSWORD }}
OUTPUT_ROOT: /var/cache/bazel
run: | run: |
bazel --batch build //bukkit:bukkit.publish //core:core.publish //velocity:velocity.publish \ bazel --batch build //bukkit:bukkit.publish //core:core.publish //velocity:velocity.publish \
--remote_upload_local_results \ --remote_upload_local_results \
--output_user_root=/var/cache/bazel \
--remote_cache="https://${CACHE_USERNAME}:${CACHE_PASSWORD}@cache.lab0x13.site:443" \ --remote_cache="https://${CACHE_USERNAME}:${CACHE_PASSWORD}@cache.lab0x13.site:443" \
--noremote_cache_async --noremote_cache_async