alessandrogario
10/03/2019, 8:46 AMseph
10/03/2019, 12:46 PMalessandrogario
10/03/2019, 12:47 PMseph
10/03/2019, 12:48 PMalessandrogario
10/03/2019, 12:49 PMversion > xxx
seph
10/03/2019, 12:54 PMcd ...moduledir && git fetch -t
alessandrogario
10/03/2019, 12:57 PMgit submodule foreach
seph
10/03/2019, 1:00 PMalessandrogario
10/03/2019, 1:03 PMseph
10/03/2019, 1:04 PMalessandrogario
10/03/2019, 1:04 PMgit fetch --unshallow
(there's a submodule command for that, i don't remember it)seph
10/03/2019, 1:27 PMalessandrogario
10/03/2019, 1:28 PMgit clone <https://github.com/osquery/osquery> && mkdir build && cd build && cmake ../osquery
seph
10/03/2019, 1:30 PMalessandrogario
10/03/2019, 2:17 PMseph
10/03/2019, 2:18 PMsharvil
10/03/2019, 4:35 PMtheopolis
10/04/2019, 12:09 PMseph
10/04/2019, 3:03 PMtheopolis
10/04/2019, 8:04 PMgit://
and adding .git
and was still able to reproduce.
I was testing inside of `oss-fuzz`'s Dockerfile, which is:
FROM <http://gcr.io/oss-fuzz-base/base-builder|gcr.io/oss-fuzz-base/base-builder>
and I tried the git
available from a basic apt-get install
as well as the 2.23 version available here: https://askubuntu.com/questions/568591/how-do-i-install-the-latest-version-of-git-with-apt/568596seph
10/04/2019, 9:42 PM<http://gcr.io/oss-fuzz-base/base-builder|gcr.io/oss-fuzz-base/base-builder>
has a cmake that’s way too old. Ditto ubuntu16.04.
Though now I’m trying with the cmake in stefano’s docker filestheopolis
10/04/2019, 9:42 PMseph
10/04/2019, 9:43 PMalessandrogario
10/04/2019, 9:47 PMgit submodule update --init --depth=1 libraries/cmake/source/augeas/src
should do the trickseph
10/05/2019, 2:24 AMubuntu:16.04
I can get that easily<http://gcr.io/oss-fuzz-base/base-builder|gcr.io/oss-fuzz-base/base-builder>
uses git 2.7theopolis
10/05/2019, 8:15 PMsometimes you just restart the cmake configuration, git tries again and it worksthis is so odd, I am seeing this behavior with 2.23.0 too
seph
10/06/2019, 12:54 AM