Skip to content

Commit

Permalink
fix dva3221-7.1.0-42661
Browse files Browse the repository at this point in the history
  • Loading branch information
tossp committed Apr 10, 2022
1 parent c487e7f commit a477832
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,13 @@ jobs:
uses: actions/checkout@v2

- name: 缓存加速
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: |
cache/*.pat
docker/downloads/*.txz
key: ${{matrix.platform}}-${{matrix.version}}-${{ hashFiles('global_config.json') }}
restore-keys: ${{matrix.platform}}-${{matrix.version}}-

- name: 准备构建环境
run: |
Expand Down
2 changes: 1 addition & 1 deletion docker/helper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ brp_repack_tar()
pr_process "Repacking %s file form %s" "${2}" "${1}"

local output;
output=$(tar -czf "${2}" -C "${1}" . 2>&1)
output=$("${TAR_PATH}" -czf "${2}" -C "${1}" . 2>&1)
if [ $? -ne 0 ]; then
pr_process_err

Expand Down
1 change: 1 addition & 0 deletions global_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -426,6 +426,7 @@
},
{
"id": "dva3221-7.1.0-42661",
"platform_name": "DVA3221",
"platform_version": "denverton-7.1.0-42661",
"user_config_json": "dva3221_user_config.json",
"docker_base_image": "debian:10-slim",
Expand Down

0 comments on commit a477832

Please sign in to comment.