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-08-12 10:31:33 +0200
commit5e7ec1a089ff857b229c9fe5bd4051511f0c2595 (patch)
tree8edc9a420cb02066fae63ca132a5dea9106376b1
parent62dc72ba38310a0421662e243672c0b7d92bad4b (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 d11ab85f..1af27d6b 100644
--- a/.github/workflows/pull-request-checks.yml
+++ b/.github/workflows/pull-request-checks.yml
@@ -246,7 +246,6 @@ jobs:
# https://github.com/marketplace/actions/rust-cargo
with:
command: build
- args: --release
cargo_build_arm7_32bit:
name: cargo build for armv7 32bit
@@ -274,7 +273,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 8d12a41d..8af567d5 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