diff options
| author | hathach <[email protected]> | 2026-02-11 00:41:46 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2026-02-11 00:48:48 +0700 |
| commit | dfe7a97d342c0cca832c121cd4bd66043043bd27 (patch) | |
| tree | ae2b71e309b324fd82916ce9f6be04dea571a8d7 /.github/workflows | |
| parent | ff96b90def65c4376312fb8f9e9363b2e046d0b6 (diff) | |
remove `membrowse-targets.json` as it is no longer required
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/build_util.yml | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/.github/workflows/build_util.yml b/.github/workflows/build_util.yml index 8a3dd8f91..d34c41406 100644 --- a/.github/workflows/build_util.yml +++ b/.github/workflows/build_util.yml @@ -79,19 +79,6 @@ jobs: name: metrics-${{ matrix.arg }} path: cmake-build/cmake-build-*/metrics.json - - name: Copy linker scripts for artifacts - if: ${{ inputs.upload-artifacts }} - run: | - for dir in cmake-build/cmake-build-*; do - board=$(basename "$dir" | sed 's/cmake-build-//') - ld_path=$(jq -r --arg b "$board" '.targets[] | select(.board == $b) | .ld // empty' .github/membrowse-targets.json) - if [ -n "$ld_path" ] && [ -f "$ld_path" ]; then - mkdir -p "cmake-build/$(dirname "$ld_path")" - cp "$ld_path" "cmake-build/$ld_path" - fi - done - shell: bash - - name: Upload Artifacts for Hardware Testing if: ${{ inputs.upload-artifacts }} uses: actions/upload-artifact@v5 |
