alessandrogario
seph
alessandrogario
alessandrogario
alessandrogario
seph
seph
alessandrogario
version > xxxalessandrogario
alessandrogario
seph
seph
cd ...moduledir && git fetch -talessandrogario
alessandrogario
alessandrogario
alessandrogario
git submodule foreachseph
seph
seph
seph
alessandrogario
alessandrogario
seph
alessandrogario
git fetch --unshallow (there's a submodule command for that, i don't remember it)alessandrogario
alessandrogario
seph
alessandrogario
alessandrogario
git clone <https://github.com/osquery/osquery> && mkdir build && cd build && cmake ../osqueryseph
seph
seph
seph
alessandrogario
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
seph
alessandrogario
alessandrogario
git submodule update --init --depth=1 libraries/cmake/source/augeas/src should do the trickseph
seph
ubuntu:16.04 I can get that easilyseph
seph
<http://gcr.io/oss-fuzz-base/base-builder|gcr.io/oss-fuzz-base/base-builder> uses git 2.7seph
theopolis
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
theopolis
seph