alessandrogario
seph
alessandrogario
seph
alessandrogario
version > xxx
seph
cd ...moduledir && git fetch -t
alessandrogario
git submodule foreach
seph
alessandrogario
seph
alessandrogario
git fetch --unshallow
(there's a submodule command for that, i don't remember it)seph
alessandrogario
git clone <https://github.com/osquery/osquery> && mkdir build && cd build && cmake ../osquery
seph
alessandrogario
seph
sharvil
10/03/2019, 4:35 PMtheopolis
seph
theopolis
git://
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
<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
seph
alessandrogario
git submodule update --init --depth=1 libraries/cmake/source/augeas/src
should do the trickseph
ubuntu: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
sometimes 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