Skip to content

Conversation

@jprochazk
Copy link
Member

@jprochazk jprochazk commented Dec 10, 2025

Previously:

export CI=1
export IS_IN_RERUN_WORKSPACE=1

cargo build  # runs `git` commands

We need to be able to specify some of the build env vars externally. This is now possible:

export CI=1
export IS_IN_RERUN_WORKSPACE=1
export GIT_HASH=$(git rev-parse HEAD)
export GIT_BRANCH=$(git symbolic-ref --short HEAD)
export DATETIME=$(date -u +"%Y-%m-%dT%H:%M:%SZ")

cargo build  # does NOT run `git` commands

@jprochazk jprochazk added exclude from changelog PRs with this won't show up in CHANGELOG.md 🚢 CI labels Dec 10, 2025
@github-actions
Copy link

github-actions bot commented Dec 10, 2025

Web viewer built successfully.

Result Commit Link Manifest
9c3bf15 https://rerun.io/viewer/pr/12164 +nightly +main

View image diff on kitdiff.

Note: This comment is updated whenever you push a commit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

exclude from changelog PRs with this won't show up in CHANGELOG.md 🚢 CI

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants