Skip to content

Commit

Permalink
Merge pull request #4786 from remotion-dev/dont-run-compositor-build
Browse files Browse the repository at this point in the history
  • Loading branch information
JonnyBurger authored Jan 23, 2025
2 parents cfea3a1 + 764ae7d commit e823a16
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 10 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ jobs:
- uses: oven-sh/setup-bun@v1
with:
bun-version: 1.2.0
- uses: Swatinem/rust-cache@v2
with:
workspaces: "packages/compositor -> target"
- name: Install
run: pnpm i --frozen-lockfile
- name: Cache turbo build setup
Expand Down Expand Up @@ -156,9 +153,6 @@ jobs:
- uses: oven-sh/setup-bun@v1
with:
bun-version: 1.2.0
- uses: Swatinem/rust-cache@v2
with:
workspaces: "packages/compositor -> target"
- name: Install
run: pnpm i --frozen-lockfile
- name: Build & Test
Expand Down
1 change: 0 additions & 1 deletion packages/compositor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"description": "Rust binary for Remotion",
"sideEffects": false,
"scripts": {
"make": "bun build.ts --debug",
"build-all": "bun build.ts --all"
},
"author": "Jonny Burger <[email protected]>",
Expand Down
6 changes: 3 additions & 3 deletions packages/docs/docs/contributing/rust.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ To build the Rust parts for your operating system, run:

```sh
cd packages/compositor
bun build.ts
bun build.ts --debug
```

## Building for all platforms
Expand All @@ -35,13 +35,13 @@ To build the Rust binaries for all supported platforms, you need to install thei

```sh
cd packages/compositor
node install-toolchains.mjs
node install-toolchain.ts
```

You can then build all binaries with:

```
pnpm build-all
bun run build-all
```

The resulting artifacts should be checked into Git.
Expand Down

0 comments on commit e823a16

Please sign in to comment.