mirror of
https://github.com/openai/codex.git
synced 2026-08-23 13:09:46 +00:00
Add a just recipe for assembling Codex packages (#39584)
## What changed - Add `just assemble-codex-package` as the documented entry point for the package builder. - Export `CODEX_REPO_ROOT` from `just` and release CI, and require the package builder to use it for repository-relative inputs. - Resolve the ripgrep and zsh manifests relative to their Python modules. GitOrigin-RevId: 039d12107a49171f064b0119adc6b99cf97c6c1e
This commit is contained in:
committed by
copyberry
parent
3b45c29062
commit
8e2265196e
1
.github/actions/setup-ci/action.yml
vendored
1
.github/actions/setup-ci/action.yml
vendored
@@ -53,6 +53,7 @@ runs:
|
||||
echo "cargo-target-dir=$cargo_target_dir" >> "$GITHUB_OUTPUT"
|
||||
|
||||
{
|
||||
echo "CODEX_REPO_ROOT=$GITHUB_WORKSPACE"
|
||||
echo "BAZEL_OUTPUT_BASE=$bazel_output_base"
|
||||
echo "BAZEL_OUTPUT_USER_ROOT=$bazel_output_user_root"
|
||||
echo "BAZEL_REPOSITORY_CACHE=$bazel_repository_cache"
|
||||
|
||||
1
.github/workflows/rust-release.yml
vendored
1
.github/workflows/rust-release.yml
vendored
@@ -15,6 +15,7 @@ on:
|
||||
- "rust-v*.*.*"
|
||||
|
||||
env:
|
||||
CODEX_REPO_ROOT: ${{ github.workspace }}
|
||||
CODEX_ZSH_RELEASE_TAG: codex-zsh-v0.1.0
|
||||
CODEX_ZSH_MANIFEST_SHA256: c534eab89dcea7e3d8a5e5b3f49c025c7c64cd4e4d9814ee24871de58a9359a1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user