Skip to content

Comments

build: fix buckal cache#73

Merged
genedna merged 1 commit intoweb3infra-foundation:mainfrom
jjl9807:dev
Dec 5, 2025
Merged

build: fix buckal cache#73
genedna merged 1 commit intoweb3infra-foundation:mainfrom
jjl9807:dev

Conversation

@jjl9807
Copy link
Collaborator

@jjl9807 jjl9807 commented Dec 5, 2025

No description provided.

Signed-off-by: jl.jiang <jiangjl9807@gmail.com>
Copilot AI review requested due to automatic review settings December 5, 2025 09:07
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR fixes the Buckal cache portability by replacing a hardcoded absolute path with a workspace placeholder and adding a configuration file. Buckal is a Cargo plugin used in this repository for Buck2 build system integration and dependency management.

  • Adds buckal.toml configuration file to control Buckal behavior
  • Replaces hardcoded absolute path with ($WORKSPACE) placeholder in buckal.snap to make the cache portable across different developer machines

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
buckal.toml New configuration file that sets ignore_tests = false, ensuring test dependencies are included in Buck2 build generation
buckal.snap Replaces hardcoded absolute path /home/jl-jiang/Dev/r2cn/libra with portable ($WORKSPACE) placeholder, fixing cache portability issues

@genedna genedna merged commit dc8b965 into web3infra-foundation:main Dec 5, 2025
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants