随手记录一个最近用GitHub Action时踩到的Bazel小坑: 某次提交明明只改了几行自己的代码,GitHub Action的自动CI(持续集成)流程却莫名其妙挂在Bazel拉依赖上。 这个错误我有什么关系吗._.(弱小可怜又无助 认真看是说:Bazel的cache里导致gtest失败。这让我一度以为是需要强制给这个CI环境清理Bazel cache,但后来在另...
Action cache, where the key is an arbitrary 64 character lowercase hexadecimal string. Bazel uses the SHA256 hash of an action as the key, to store the metadata created by the action. The REST API for these entries is:/ac/<key>or with an optional instance name:/<instance>/ac/<key>....
Small web server for a Bazel cache, proxies to S3; allows Bazel to work offline; async uploads to make Bazel faster - Asana/bazels3cache
Bazel 6.codeql database create new-database --language=<language> \ --command='bazel build --spawn_strategy=local --nouse_action_cache --noremote_accept_cached --noremote_upload_local_results --disk_cache= //path/to/package:target'#After building, stop all running Bazel serv...
build --spawn_strategy=local --nouse_action_cache --noremote_accept_cached --noremote_upload_local_results //path/to/package:target'#After building, stop all running Bazel server processes.#This ensures future build commands startina clean Bazel server process#without CodeQL attached....
mkdir -p ~/bin/openapitools curl https://raw.githubusercontent.com/OpenAPITools/openapi-generator/master/bin/utils/openapi-generator-cli.sh > ~/bin/openapitools/openapi-generator-cli chmod u+x ~/bin/openapitools/openapi-generator-cli export PATH=$PATH:~/bin/openapitools/ ...
@Cacheable使用两个或多个参数作为缓存的key 常见的如分页查询:使用单引号指定分割符,最终会拼接为一...
spring-boot-quick - 基于 SpringBoot 的快速学习示例,整合开源框架,如:RabbitMQ、Kafka、Jpa、Redis、Oauth2、Swagger、Jsp、Docker、k3s、k3d、k8s、Mybatis 加解密插件、异常处理、日志输出、多模块开发、多环境打包、缓存 Cache、爬虫、JWT、GraphQL、Dubbo、 Zookeeper 和Async 等等。 kkFileView - 基于 Spring...
Cache is King Anti-Caching Understand Latency Latency Numbers Every Programmer Should Know The Calculus of Service Availability Architecture Issues When Scaling Web Applications: Bottlenecks, Database, CPU, IO Common Bottlenecks Life Beyond Distributed Transactions ...
clear-build-cache-before: Deletes the contents of the build cache at the given schedule. clear-configuration-cache-state-before: Deletes the contents of the .gradle/configuration-cache-state directory. clear-gradle-user-home-before: Deletes the contents of the Gradle user home directory. The mu...