Skip to content

Commit 6aaeac5

Browse files
committed
ci: fix release scripts for engine
1 parent 00e258e commit 6aaeac5

File tree

25 files changed

+1956
-1812
lines changed

25 files changed

+1956
-1812
lines changed

.github/workflows/release.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -111,9 +111,9 @@ jobs:
111111
run: |
112112
# Use Docker BuildKit
113113
export DOCKER_BUILDKIT=1
114-
114+
115115
# Build the binary using our Dockerfile
116-
docker/engine/build.sh ${{ matrix.target }}
116+
engine/docker/engine/build.sh ${{ matrix.target }}
117117
118118
# Make sure dist directory exists and binary is there
119119
ls -la dist/
@@ -188,7 +188,7 @@ jobs:
188188
context: .
189189
push: true
190190
tags: rivetkit/engine:full-${{ steps.vars.outputs.sha_short }}${{ matrix.arch_suffix }}
191-
file: docker/universal/Dockerfile
191+
file: engine/docker/universal/Dockerfile
192192
target: engine-full
193193
platforms: ${{ matrix.platform }}
194194
build-args: |
@@ -205,7 +205,7 @@ jobs:
205205
context: .
206206
push: true
207207
tags: rivetkit/engine:slim-${{ steps.vars.outputs.sha_short }}${{ matrix.arch_suffix }}
208-
file: docker/universal/Dockerfile
208+
file: engine/docker/universal/Dockerfile
209209
target: engine-slim
210210
platforms: ${{ matrix.platform }}
211211
build-args: |

.github/workflows/rust.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@ jobs:
3232
runs-on: ubuntu-latest
3333
steps:
3434
- uses: actions/checkout@v4
35-
35+
3636
- uses: actions-rust-lang/setup-rust-toolchain@v1
3737
with:
3838
toolchain: stable
3939
components: rustfmt
40-
40+
4141
- name: Check formatting
4242
run: cargo fmt --all -- --check
4343

@@ -62,11 +62,11 @@ jobs:
6262
runs-on: depot-ubuntu-24.04
6363
steps:
6464
- uses: actions/checkout@v4
65-
65+
6666
- uses: actions-rust-lang/setup-rust-toolchain@v1
6767
with:
6868
toolchain: stable
69-
69+
7070
- uses: Swatinem/rust-cache@v2
7171

7272
- name: Check
@@ -80,11 +80,11 @@ jobs:
8080
runs-on: depot-ubuntu-24.04
8181
steps:
8282
- uses: actions/checkout@v4
83-
83+
8484
- uses: actions-rust-lang/setup-rust-toolchain@v1
8585
with:
8686
toolchain: stable
87-
87+
8888
- uses: Swatinem/rust-cache@v2
8989

9090
- name: Run tests

engine/artifacts/errors/api.rate_limited.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

engine/artifacts/errors/namespace.invalid_name.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

engine/artifacts/errors/test.input_too_large.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

engine/artifacts/errors/test.key_too_large.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

engine/artifacts/errors/test.meta_error.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

engine/artifacts/errors/test.not_found.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

engine/artifacts/errors/test.simple_error.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

engine/artifacts/errors/test.test_error.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)