aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/build-tools.yml
diff options
context:
space:
mode:
authorChristian Marangi <ansuelsmth@gmail.com>2022-11-10 19:53:15 +0100
committerChristian Marangi <ansuelsmth@gmail.com>2023-01-23 19:18:06 +0100
commitd40f59825a7abc0fe6f1116d599db39fcfc0f489 (patch)
tree7cb0bae5b35e35514836195f2192b2263ea54725 /.github/workflows/build-tools.yml
parent7fe3d3670b7057ba793b606cfe85c53930b49057 (diff)
downloadupstream-d40f59825a7abc0fe6f1116d599db39fcfc0f489.tar.gz
upstream-d40f59825a7abc0fe6f1116d599db39fcfc0f489.tar.bz2
upstream-d40f59825a7abc0fe6f1116d599db39fcfc0f489.zip
CI: tools: directly copy prebuilt tools in container
Directly copy prebuilt tools in container instead of creating an archieve and extracting it later in other workflows. Update build workflow to support this new implementation. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
Diffstat (limited to '.github/workflows/build-tools.yml')
-rw-r--r--.github/workflows/build-tools.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build-tools.yml b/.github/workflows/build-tools.yml
index ba19e12330..1507b0b056 100644
--- a/.github/workflows/build-tools.yml
+++ b/.github/workflows/build-tools.yml
@@ -61,7 +61,7 @@ jobs:
if: inputs.generate_prebuilt_artifacts == true
shell: su buildbot -c "sh -e {0}"
working-directory: openwrt
- run: tar --mtime=now -cf tools.tar staging_dir/host build_dir/host
+ run: tar -cf tools.tar staging_dir/host build_dir/host
- name: Upload prebuilt tools
if: inputs.generate_prebuilt_artifacts == true