chore: add The Company Company environment config - #1968
Open
NathanFlurry wants to merge 2 commits into
Open
Conversation
Co · session: Set up cloud environment configs for 5 repos
|
|
🚅 Environment agentos-pr-1968 in rivet-frontend has no services deployed. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds
.company/environment.jsonso The Company Company can build and run this repo in cloud environments.install: native build deps (sccache, binutils, pkg-config, OpenSSL), Node 24 via NodeSource, pnpm via corepack, Rust stable with rustfmt + clippy, nightly withrust-srcand thewasm32-wasip1target for the-Z build-stdsoftware toolchain,pnpm install --frozen-lockfile,cargo fetch --lockedprepare: fast idempotent reconcile,pnpm install --frozen-lockfile+cargo fetch --lockedenv:AGENTOS_SKIP_NATIVE_META_BUILD=1(matches CI) andCARGO_NET_GIT_FETCH_WITH_CLI=true, plus non-interactive corepackVerified by running the install command to exit 0 in a clean Ubuntu 24.04 sandbox.