Skip to content

Commit

Permalink
Merge pull request #257 from vespa-engine/arnej/bump-onnxruntime-1-20
Browse files Browse the repository at this point in the history
bump SRC_REF for onnxruntime 1.20.1
  • Loading branch information
arnej27959 authored Dec 2, 2024
2 parents 9a8ab7a + 301849f commit f5a9ea8
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build/almalinux-8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ ENV LANG=C.UTF-8 container=docker

# Change git reference for a specific version of the vespa.spec file.
# Use a tag or SHA to allow for reproducible builds.
ENV VESPA_SRC_REF="ae3f3a5ad659da2e34490cb6a2dd648745ac8248"
ENV VESPA_SRC_REF="b0402dc7d475bc65ac85d5d989b915f28d343ab8"

RUN --mount=type=bind,target=/include/,source=include/,rw /bin/sh /include/install-build-dependencies.sh
2 changes: 1 addition & 1 deletion build/almalinux-8/Dockerfile.test.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ ENV LANG=C.UTF-8 container=docker

# Change git reference for a specific version of the vespa.spec file.
# Use a tag or SHA to allow for reproducible builds.
ENV VESPA_SRC_REF="ae3f3a5ad659da2e34490cb6a2dd648745ac8248"
ENV VESPA_SRC_REF="b0402dc7d475bc65ac85d5d989b915f28d343ab8"

RUN @@MOUNTS_CMD@@ /bin/sh /include/install-build-dependencies.sh @@VESPADEV_RPM_SOURCE@@
2 changes: 1 addition & 1 deletion build/almalinux-8/include/install-build-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ fi
GIT_REPO="https://github.com/vespa-engine/vespa"

# Change git reference for a specific version of the vespa.spec file. Use a tag or SHA to allow for reproducible builds.
VESPA_SRC_REF="ae3f3a5ad659da2e34490cb6a2dd648745ac8248"
VESPA_SRC_REF="b0402dc7d475bc65ac85d5d989b915f28d343ab8"

# Fetch the RPM spec for vespa
curl -Lf -O $GIT_REPO/raw/$VESPA_SRC_REF/dist/vespa.spec
Expand Down
2 changes: 1 addition & 1 deletion build/almalinux-9/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ ENV LANG=C.UTF-8 container=docker

# Change git reference for a specific version of the vespa.spec file.
# Use a tag or SHA to allow for reproducible builds.
ENV VESPA_SRC_REF="ae3f3a5ad659da2e34490cb6a2dd648745ac8248"
ENV VESPA_SRC_REF="b0402dc7d475bc65ac85d5d989b915f28d343ab8"

RUN --mount=type=bind,target=/include/,source=include/,rw /bin/sh /include/install-build-dependencies.sh
2 changes: 1 addition & 1 deletion build/almalinux-9/Dockerfile.test.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ ENV LANG=C.UTF-8 container=docker

# Change git reference for a specific version of the vespa.spec file.
# Use a tag or SHA to allow for reproducible builds.
ENV VESPA_SRC_REF="ae3f3a5ad659da2e34490cb6a2dd648745ac8248"
ENV VESPA_SRC_REF="b0402dc7d475bc65ac85d5d989b915f28d343ab8"

RUN @@MOUNTS_CMD@@ /bin/sh /include/install-build-dependencies.sh @@VESPADEV_RPM_SOURCE@@
2 changes: 1 addition & 1 deletion build/almalinux-9/include/install-build-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ dnf -y install \
GIT_REPO="https://github.com/vespa-engine/vespa"

# Change git reference for a specific version of the vespa.spec file. Use a tag or SHA to allow for reproducible builds.
VESPA_SRC_REF="ae3f3a5ad659da2e34490cb6a2dd648745ac8248"
VESPA_SRC_REF="b0402dc7d475bc65ac85d5d989b915f28d343ab8"

# Fetch the RPM spec for vespa
curl -Lf -O $GIT_REPO/raw/$VESPA_SRC_REF/dist/vespa.spec
Expand Down

0 comments on commit f5a9ea8

Please sign in to comment.