Skip to content

Commit

Permalink
optimized
Browse files Browse the repository at this point in the history
Signed-off-by: leleliu008 <[email protected]>
  • Loading branch information
leleliu008 committed Sep 7, 2023
1 parent 690f880 commit e3eb142
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/alpinelinux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
container: alpine:${{ matrix.tag }}

steps:
- run: df -h
- run: apk update
- run: apk add cmake ninja gcc pkgconf libc-dev curl-dev openssl-dev libgit2-dev libarchive-dev yaml-dev jansson-dev sqlite-dev

Expand Down
1 change: 1 addition & 0 deletions src/depends.c
Original file line number Diff line number Diff line change
Expand Up @@ -396,6 +396,7 @@ int uppm_depends(const char * packageName, UPPMDependsOutputType outputType, con
if (rename(boxFilePath, outputFilePath) == 0) {
return UPPM_OK;
} else {
printf("====errno=%d\n", errno);
if (errno == EXDEV) {
return uppm_copy_file(boxFilePath, outputFilePath);
} else {
Expand Down

0 comments on commit e3eb142

Please sign in to comment.