arrow
arrow copied to clipboard
ARROW-17949: [C++][Docs] Remove the use of clcache from Windows dev docs
https://issues.apache.org/jira/browse/ARROW-17949
cc @assignUser
Do we still want to mention something about that you can use ccache instead? EDIT: although I see we also don't mention ccache explicitly on any of the other cpp dev docs, so maybe not needed either then.
It would also be possible to use sccache in local storage mode, they explicitly support windows. For our cmake to use sccache in local mode you HAVE to set SCCACHE_DIR as it is ignored otherwise.
I added info about the possible use of sccache in local storage mode: https://github.com/apache/arrow/pull/14529/commits/f3b583ac643828cf7f2fd0d3aba92c9875689732
@assignUser do you mind reviewing please?
@github-actions crossbow submit preview-docs
Revision: f3b583ac643828cf7f2fd0d3aba92c9875689732
Submitted crossbow builds: ursacomputing/crossbow @ actions-9e69f063a7
| Task | Status |
|---|---|
| preview-docs |
http://crossbow.voltrondata.com/pr_docs/14529/developers/cpp/windows.html#building-with-ninja-and-sccache
Benchmark runs are scheduled for baseline = a45c2cfbe0a4ef1a0932769bc7050536a92dcede and contender = 9d86ede69af14eacc7968684b7e9535cfc8e3907. 9d86ede69af14eacc7968684b7e9535cfc8e3907 is a master commit associated with this PR. Results will be available as each benchmark for each run completes.
Conbench compare runs links:
[Finished :arrow_down:0.0% :arrow_up:0.0%] ec2-t3-xlarge-us-east-2
[Failed :arrow_down:0.44% :arrow_up:0.0%] test-mac-arm
[Finished :arrow_down:0.27% :arrow_up:0.0%] ursa-i9-9960x
[Finished :arrow_down:0.25% :arrow_up:0.04%] ursa-thinkcentre-m75q
Buildkite builds:
[Finished] 9d86ede6 ec2-t3-xlarge-us-east-2
[Finished] 9d86ede6 test-mac-arm
[Finished] 9d86ede6 ursa-i9-9960x
[Finished] 9d86ede6 ursa-thinkcentre-m75q
[Finished] a45c2cfb ec2-t3-xlarge-us-east-2
[Failed] a45c2cfb test-mac-arm
[Finished] a45c2cfb ursa-i9-9960x
[Finished] a45c2cfb ursa-thinkcentre-m75q
Supported benchmarks:
ec2-t3-xlarge-us-east-2: Supported benchmark langs: Python, R. Runs only benchmarks with cloud = True
test-mac-arm: Supported benchmark langs: C++, Python, R
ursa-i9-9960x: Supported benchmark langs: Python, R, JavaScript
ursa-thinkcentre-m75q: Supported benchmark langs: C++, Java