File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change
1
+ # this setting here helps with OpenSSL problems
2
+ # but we may remove it now that we use vendored OpenSSL
3
+ # see: https://github.com/cross-rs/cross/wiki/Recipes#pre-build
1
4
[target .aarch64-unknown-linux-gnu ]
2
5
pre-build = [
3
6
" dpkg --add-architecture $CROSS_DEB_ARCH" ,
4
- " apt-get update && apt-get install --assume-yes libssl-dev:$CROSS_DEB_ARCH"
5
- ]
7
+ " apt-get update && apt-get install --assume-yes libssl-dev:$CROSS_DEB_ARCH" ,
8
+ ]
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ make run # info-level logs
73
73
make debug # debug-level logs
74
74
```
75
75
76
- You can run the latest Docker image via compose as well:
76
+ If you have a valid ` .env ` file, you can run the latest Docker image via compose as well:
77
77
78
78
``` sh
79
79
docker compose up
You can’t perform that action at this time.
0 commit comments