summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <matthias.beyer@ifm.com>2022-08-12 08:47:07 +0200
committerMatthias Beyer <matthias.beyer@ifm.com>2022-09-08 10:34:04 +0200
commit383a2d54c5f9841b6b4db9eebf51a2fb9efbedcc (patch)
tree91ae88f410f1e03438f2606388f436323aa2d054
parent60f4ba7b591a4b37b6f125aec5bec0bb42670f68 (diff)
Do not build in release mode
I don't know why this was done, but it adds to our CI time and is completely unnecessary. So go back to build in debug mode. Signed-off-by: Matthias Beyer <matthias.beyer@ifm.com>
-rw-r--r--.github/workflows/pull-request-checks.yml3
-rw-r--r--.github/workflows/update-tedge-ref-docs.yml2
2 files changed, 2 insertions, 3 deletions
diff --git a/.github/workflows/pull-request-checks.yml b/.github/workflows/pull-request-checks.yml
index 48cf6606..591fbb25 100644
--- a/.github/workflows/pull-request-checks.yml
+++ b/.github/workflows/pull-request-checks.yml
@@ -276,7 +276,6 @@ jobs:
# https://github.com/marketplace/actions/rust-cargo
with:
command: build
- args: --release
cargo_build_arm7_32bit:
name: cargo build for armv7 32bit
@@ -304,7 +303,7 @@ jobs:
with:
use-cross: true
command: build
- args: --release --target=armv7-unknown-linux-gnueabihf
+ args: --target=armv7-unknown-linux-gnueabihf
cargo_build_tests_arm7_32bit:
name: cargo build tests for armv7 32bit
diff --git a/.github/workflows/update-tedge-ref-docs.yml b/.github/workflows/update-tedge-ref-docs.yml
index 1e498b6e..a7d747aa 100644
--- a/.github/workflows/update-tedge-ref-docs.yml
+++ b/.github/workflows/update-tedge-ref-docs.yml
@@ -34,7 +34,7 @@ jobs:
# https://github.com/marketplace/actions/rust-cargo
with:
command: build
- args: --release -p tedge
+ args: -p tedge
- name: run the update script
run: ./docs/gen-ref-docs.sh