This commit is contained in:
Robin Müller 2024-04-09 15:59:22 +02:00
parent 526739fd9c
commit 2480ee6e06

View File

@ -15,10 +15,18 @@ You might need to set the [`CROSS_CONTAINER_ENGINE`](https://github.com/cross-rs
and [`CROSS_ROOTLESS_CONTAINER_ENGINE`](https://github.com/cross-rs/cross/blob/main/docs/environment_variables.md#configuring-cross-with-environment-variables) and [`CROSS_ROOTLESS_CONTAINER_ENGINE`](https://github.com/cross-rs/cross/blob/main/docs/environment_variables.md#configuring-cross-with-environment-variables)
variables manually before calling cross. variables manually before calling cross.
### Debug Build
```sh ```sh
cross build cross build
``` ```
### Release Build
```sh
cross build --release
```
## Documentation ## Documentation
The [wiki](https://opssat1.esoc.esa.int/projects/experimenter-information/wiki) The [wiki](https://opssat1.esoc.esa.int/projects/experimenter-information/wiki)