arrow icon indicating copy to clipboard operation
arrow copied to clipboard

ARROW-17949: [C++][Docs] Remove the use of clcache from Windows dev docs

Open AlenkaF opened this issue 3 years ago • 4 comments
trafficstars

AlenkaF avatar Oct 27 '22 11:10 AlenkaF

https://issues.apache.org/jira/browse/ARROW-17949

github-actions[bot] avatar Oct 27 '22 12:10 github-actions[bot]

cc @assignUser

jorisvandenbossche avatar Oct 27 '22 13:10 jorisvandenbossche

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.

jorisvandenbossche avatar Oct 27 '22 13:10 jorisvandenbossche

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.

assignUser avatar Oct 27 '22 17:10 assignUser

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?

AlenkaF avatar Nov 09 '22 09:11 AlenkaF

@github-actions crossbow submit preview-docs

assignUser avatar Nov 11 '22 13:11 assignUser

Revision: f3b583ac643828cf7f2fd0d3aba92c9875689732

Submitted crossbow builds: ursacomputing/crossbow @ actions-9e69f063a7

Task Status
preview-docs Github Actions

github-actions[bot] avatar Nov 11 '22 13:11 github-actions[bot]

http://crossbow.voltrondata.com/pr_docs/14529/developers/cpp/windows.html#building-with-ninja-and-sccache

assignUser avatar Nov 11 '22 16:11 assignUser

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

ursabot avatar Nov 14 '22 10:11 ursabot