Skip to content

Commit e730e38

Browse files
committed
chore: Update Rust dependencies
We can not bump OTEL stuff, as it's giga breaking
1 parent cea7e7f commit e730e38

5 files changed

Lines changed: 305 additions & 318 deletions

File tree

CONTRIBUTING.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
### Build docker image
2+
3+
```bash
4+
docker build . -f docker/Dockerfile -t foo:bar
5+
```
6+
7+
### Test docker image
8+
9+
Update `tests/test-definition.yaml` by setting the `trino-lb` dimension to `foo:bar`.
10+
11+
Afterwards load the image into kind
12+
13+
```bash
14+
kind load docker-image foo:bar
15+
```
16+
17+
Last but not least run
18+
19+
```bash
20+
./scripts/run_tests.sh
21+
```

0 commit comments

Comments
 (0)