mirror of
https://github.com/overte-org/overte.git
synced 2025-06-16 05:40:31 +02:00
Remove android build dependency on jherico/hifi fork
This commit is contained in:
parent
796bfb5d67
commit
65bc599f16
1 changed files with 6 additions and 2 deletions
|
@ -71,9 +71,13 @@ RUN mkdir "$HIFI_BASE" && \
|
||||||
mkdir "$HIFI_VCPKG_BASE" && \
|
mkdir "$HIFI_VCPKG_BASE" && \
|
||||||
mkdir "$HIFI_ANDROID_PRECOMPILED"
|
mkdir "$HIFI_ANDROID_PRECOMPILED"
|
||||||
|
|
||||||
RUN git clone https://github.com/jherico/hifi.git && \
|
# Checkout a relatively recent commit from the main repository and use it to cache the
|
||||||
|
# gradle and vcpkg dependencies
|
||||||
|
# This commit ID should be updated whenever someone changes the dependency list
|
||||||
|
# in cmake/ports
|
||||||
|
RUN git clone https://github.com/highfidelity/hifi.git && \
|
||||||
cd ~/hifi && \
|
cd ~/hifi && \
|
||||||
git checkout quest/build
|
git checkout 796bfb5d6715ff14c2e60f3ee8fac1465b7578c6
|
||||||
|
|
||||||
WORKDIR /home/jenkins/hifi
|
WORKDIR /home/jenkins/hifi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue