[Bug] There is no ccache in apache/incubator-doris:build-env-latest by default
See original GitHub issueSearch before asking
- I had searched in the issues and found no similar issues.
Version
docker build env: apache/incubator-doris:build-env-latest
code tag: 1.0.0-rc3
What’s Wrong?
[root@a6445c76a6fa incubator-doris]# sh build.sh clean
Python 2.7.5
Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
Maven home: /usr/share/maven
Java version: 11.0.13, vendor: Red Hat, Inc., runtime: /usr/lib/jvm/java-11-openjdk-11.0.13.0.8-1.el7_9.x86_64
Default locale: en_US, platform encoding: ANSI_X3.4-1968
OS name: "linux", version: "3.10.0-957.27.2.el7.x86_64", arch: "amd64", family: "unix"
cmake version 3.22.1
CMake suite maintained and supported by Kitware (kitware.com/cmake).
1.10.2
/root/incubator-doris/env.sh: line 174: ccache: command not found
Thirdparty libraries need to be build ...
build.sh: line 185: /var/local/thirdparty/build-thirdparty.sh: No such file or directory
What You Expected?
Compile it success by default env.
How to Reproduce?
Just compile code in a new container of apache/incubator-doris:build-env-latest
Anything Else?
No response
Are you willing to submit PR?
- Yes I am willing to submit a PR!
Code of Conduct
- I agree to follow this project’s Code of Conduct
Issue Analytics
- State:
- Created a year ago
- Comments:6 (6 by maintainers)
Top Results From Across the Web
Mnemonic Project Incubation Status
Bug tracking, JIRA, https://issues.apache.org/jira/browse/MNEMONIC ... but basically it means that there is no binding relationship between the individuals, ...
Read more >Frequently Asked Questions - The Apache Incubator
No. Do it right, do it well, and add something in the process. Incubation is not about handing a project over to some...
Read more >Compilation - Apache Doris
Compilation. Compilation. This document focuses on how to code Doris through source code. Developing mirror compilation using Docker (recommended).
Read more >DirectMemory Project Incubation Status
DirectMemory's main purpose is to to act as a second level cache able to store large amounts of data without filling up the...
Read more >DevLake Project Incubation Status
Bug tracking . https://github.com/apache/incubator-devlake/issues ... but basically it means that there is no binding relationship between ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I think you should use:
apache/incubator-doris:build-env-ldb-toolchain-latest
notapache/incubator-doris:build-env-latest
It build successed!