Skip to content

Commit 4c2f22e

Browse files
committed
update to latest golem-rust + fix test components
1 parent aa8dd08 commit 4c2f22e

File tree

23 files changed

+246
-208
lines changed

23 files changed

+246
-208
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
- name: Install cargo-component
8787
run: cargo binstall --force [email protected]
8888
- name: Install golem-cli
89-
run: cargo binstall --force [email protected]rc4 --locked --no-confirm
89+
run: cargo binstall --force [email protected]rc9 --locked --no-confirm
9090
- name: Install wac-cli
9191
run: cargo binstall --force wac-cli --locked --no-confirm
9292
- name: Build all test components
@@ -120,7 +120,7 @@ jobs:
120120
run: |
121121
set -e
122122
echo "Installing Golem server"
123-
sudo curl -L https://github.com/golemcloud/golem/releases/download/v1.3.0-rc4/golem-x86_64-unknown-linux-gnu -o ./golem
123+
sudo curl -L https://github.com/golemcloud/golem/releases/download/v1.3.0-rc9/golem-x86_64-unknown-linux-gnu -o ./golem
124124
sudo chmod +x ./golem
125125
sudo mv ./golem /usr/local/bin/golem
126126
golem --version
@@ -195,7 +195,7 @@ jobs:
195195
run: |
196196
set -e
197197
echo "Installing Golem server"
198-
sudo curl -L https://github.com/golemcloud/golem/releases/download/v1.3.0-rc4/golem-x86_64-unknown-linux-gnu -o ./golem
198+
sudo curl -L https://github.com/golemcloud/golem/releases/download/v1.3.0-rc9/golem-x86_64-unknown-linux-gnu -o ./golem
199199
sudo chmod +x ./golem
200200
sudo mv ./golem /usr/local/bin/golem
201201
golem --version
@@ -289,7 +289,7 @@ jobs:
289289
run: |
290290
set -e
291291
echo "Installing Golem server"
292-
sudo curl -L https://github.com/golemcloud/golem/releases/download/v1.3.0-rc4/golem-x86_64-unknown-linux-gnu -o ./golem
292+
sudo curl -L https://github.com/golemcloud/golem/releases/download/v1.3.0-rc9/golem-x86_64-unknown-linux-gnu -o ./golem
293293
sudo chmod +x ./golem
294294
sudo mv ./golem /usr/local/bin/golem
295295
golem --version

exec/Makefile.toml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -138,11 +138,8 @@ echo "Copied WIT for module test"
138138

139139
[tasks.build-test-components]
140140
dependencies = ["build"]
141-
install_crate = "cargo-binstall"
142141
description = "Builds exec test components with golem-cli"
143142
script = '''
144-
cargo-binstall [email protected] --locked --no-confirm
145-
cargo-binstall wac-cli --locked --no-confirm
146143
cd ../test/exec
147144
148145
golem-cli --version
@@ -152,11 +149,8 @@ golem-cli --dev-mode app build
152149

153150
[tasks.release-build-test-components]
154151
dependencies = ["release-build"]
155-
install_crate = "cargo-binstall"
156152
description = "Builds exec test components with golem-cli"
157153
script = '''
158-
cargo-binstall [email protected] --locked --no-confirm
159-
cargo-binstall wac-cli --locked --no-confirm
160154
cd ../test/exec
161155
162156
golem-cli --version

graph/Makefile.toml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -137,11 +137,8 @@ echo "Copied WIT for module test/graph"
137137

138138
[tasks.build-test-components]
139139
dependencies = ["build"]
140-
install_crate = "cargo-binstall"
141140
description = "Builds graph test components with golem-cli"
142141
script = '''
143-
cargo-binstall [email protected] --locked --no-confirm
144-
cargo-binstall wac-cli --locked --no-confirm
145142
cd ../test/graph
146143
147144
golem-cli --version
@@ -155,11 +152,8 @@ golem-cli --dev-mode app build -b neo4j-debug
155152

156153
[tasks.release-build-test-components]
157154
dependencies = ["release-build"]
158-
install_crate = "cargo-binstall"
159155
description = "Builds graph test components with golem-cli"
160156
script = '''
161-
cargo-binstall [email protected] --locked --no-confirm
162-
cargo-binstall wac-cli --locked --no-confirm
163157
cd ../test/graph
164158
165159
golem-cli --version

stt/Makefile.toml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -189,11 +189,8 @@ echo "Copied WIT for module test"
189189

190190
[tasks.build-test-components]
191191
dependencies = ["build"]
192-
install_crate = "cargo-binstall"
193192
description = "Builds stt test components with golem-cli"
194193
script = '''
195-
cargo-binstall [email protected] --locked --no-confirm
196-
cargo-binstall wac-cli --locked --no-confirm
197194
cd ../test/stt
198195
199196
golem-cli --version
@@ -207,11 +204,8 @@ golem-cli --dev-mode app build -b whisper-debug
207204

208205
[tasks.release-build-test-components]
209206
dependencies = ["release-build"]
210-
install_crate = "cargo-binstall"
211207
description = "Builds stt test components with golem-cli"
212208
script = '''
213-
cargo-binstall [email protected] --locked --no-confirm
214-
cargo-binstall wac-cli --locked --no-confirm
215209
cd ../test/stt
216210
217211
golem-cli --version

test/exec/Cargo.lock

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

test/exec/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ opt-level = "s"
77
lto = true
88

99
[workspace.dependencies]
10-
golem-rust = { version = "=1.7.6", features = ["export_load_snapshot", "export_save_snapshot", "export_oplog_processor"] }
10+
golem-rust = { version = "=1.8.1", features = ["export_load_snapshot", "export_save_snapshot", "export_oplog_processor"] }
1111
reqwest = { git = "https://github.com/zivergetech/reqwest", branch = "update-sep-2025", features = ["json"] }
1212
serde = { version = "1", features = ["derive"] }
1313
serde_json = "1"

test/graph/Cargo.lock

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

test/graph/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ opt-level = "s"
77
lto = true
88

99
[workspace.dependencies]
10-
golem-rust = { version = "=1.7.6", features = [
10+
golem-rust = { version = "=1.8.1", features = [
1111
"export_load_snapshot",
1212
"export_save_snapshot",
1313
"export_oplog_processor",

test/llm/Cargo.lock

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

test/llm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ opt-level = "s"
77
lto = true
88

99
[workspace.dependencies]
10-
golem-rust = { version = "=1.7.6", features = [
10+
golem-rust = { version = "=1.8.1", features = [
1111
"export_load_snapshot",
1212
"export_save_snapshot",
1313
"export_oplog_processor",

0 commit comments

Comments
 (0)