From 8907a7151ca1a8fb7938ba181a0707d3c5754872 Mon Sep 17 00:00:00 2001 From: Paul Balaji Date: Thu, 1 Feb 2024 18:17:09 +0000 Subject: [PATCH] feat: build head of PRs instead of merge commit (#3206) --- .github/workflows/agent-release-artifacts.yml | 2 +- .github/workflows/monorepo-docker.yml | 1 + .github/workflows/rust-docker.yml | 2 ++ .github/workflows/rust.yml | 4 ++++ .github/workflows/static-analysis.yml | 1 + .github/workflows/storage-analysis.yml | 2 +- .github/workflows/test.yml | 21 +++++++++++++------ 7 files changed, 25 insertions(+), 8 deletions(-) diff --git a/.github/workflows/agent-release-artifacts.yml b/.github/workflows/agent-release-artifacts.yml index 79c421f22..282712098 100644 --- a/.github/workflows/agent-release-artifacts.yml +++ b/.github/workflows/agent-release-artifacts.yml @@ -49,7 +49,7 @@ jobs: run: | sudo apt-get update -qq sudo apt-get install -qq crossbuild-essential-arm64 crossbuild-essential-armhf - + # some additional configuration for cross-compilation on linux cat >>~/.cargo/config <