mirror of
https://github.com/tossp/redpill-tool-chain.git
synced 2024-02-16 18:08:54 +08:00
fix dva3221-7.1.0-42661
This commit is contained in:
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
@ -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: |
|
||||
|
@ -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
|
||||
|
||||
|
@ -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",
|
||||
|
Reference in New Issue
Block a user