Skip to content

Commit 503715f

Browse files
authored
chore: disable downstream lock file gen (#519)
- update the `build.env` settings and delete the stale downstream lock file (`distribution/requirements-lock-konflux.txt` - add explanatory comments to build.env variables - regenerate `distribution/requirements-lock.txt` ## Summary by CodeRabbit * **Chores** * Updated bundled dependency versions and integrity hashes. * Removed the downstream dependency lock file. * Adjusted build configuration to skip downstream lock file generation. Approved-by: derekhiggins Approved-by: EleanorWho
2 parents 5870395 + 3f9db2c commit 503715f

3 files changed

Lines changed: 515 additions & 1753 deletions

File tree

build/build.env

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# OGX version to resolve (tag, branch, or commit SHA when installing from source)
12
OGX_VERSION=v1.2.1+rhaiv.0
3+
4+
# Resolve `ogx` and `ogx-api` packages from git source (true) or from a package index (false)
5+
# When true, generates the midstream lock file (requirements-lock.txt)
26
OGX_INSTALL_FROM_SOURCE=true
3-
RHAI_INDEX_URL=https://packages.redhat.com/api/pypi/public-rhai/rhoai/3.5/cpu-ubi9/simple/
7+
8+
# Index URL for downstream lock file generation (requirements-lock-konflux.txt)
9+
# Leave empty to skip downstream lock file generation
10+
RHAI_INDEX_URL=

0 commit comments

Comments
 (0)