-
Notifications
You must be signed in to change notification settings - Fork 35
Telemetry dev branch cleanup #1206
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: dev
Are you sure you want to change the base?
Conversation
Test Results 1 files - 62 61 suites - 2 1m 27s ⏱️ - 57m 11s Results for commit a7f5281. ± Comparison against base commit 206c1a3. This pull request removes 8 and adds 1000 tests. Note that renamed tests count towards both.♻️ This comment has been updated with latest results. |
MariusNi
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
![]()
| wget \ | ||
| zip | ||
|
|
||
| mkdir -p ~/git && cd ~/git |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is this necessary? This is not a dependency - it is an additional build step, why do we need it?
README.md
Outdated
|
|
||
| # Clone/Build/Install CMake 3.21.7 | ||
| git clone https://github.com/Kitware/CMake --recursive -b v3.21.7 | ||
| cd CMake && ./bootstrap && make -j$(nproc) && make install && hash -r && rm -rf /git/CMake |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This step fails for me with this error:
[100%] Built target foo
Install the project...
-- Install configuration: "Release"
CMake Error at Source/kwsys/cmake_install.cmake:46 (file):
file cannot create directory: /usr/local/doc/cmake-3.21/cmsys. Maybe need
administrative privileges.
Call Stack (most recent call first):
cmake_install.cmake:47 (include)
make: *** [Makefile:144: install] Error 1
| mkdir -p ~/git && cd ~/git | ||
|
|
||
| # Clone/Build/Install CMake 3.21.7 | ||
| git clone https://github.com/Kitware/CMake --recursive -b v3.21.7 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why cannot we install a regular CMake, why have to locally build it?
Description
Checklist
devbranch prior to this PR submission.devbranch.