Skip to content

Commit

Permalink
optimized
Browse files Browse the repository at this point in the history
  • Loading branch information
leleliu008 committed Jul 31, 2024
1 parent 08bbfce commit 2dc7b80
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 19 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/centos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,12 @@ jobs:
dnf -y update
dnf -y install curl xz gcc-c++
- uses: actions/checkout@main

- name: create ppkg formula for uppm package
run: |
tee uppm.yml <<EOF
summary: Universal Prebuild Package Manager
src-url: dir://$PWD
git-url: https://github.com/leleliu008/uppm
git-sha: ${{ github.sha }}
license: Apache-2.0
dep-pkg: libcurl libgit2 libarchive libyaml libjansson
install: cmakew -DLINK_STATIC_LIBS=ON
Expand Down Expand Up @@ -136,7 +135,8 @@ jobs:
run: |
tee uppm.yml <<EOF
summary: Universal Prebuild Package Manager
src-url: dir://$PWD
git-url: https://github.com/leleliu008/uppm
git-sha: ${{ github.sha }}
license: Apache-2.0
dep-pkg: libcurl libgit2 libarchive libyaml libjansson
install: cmakew -DLINK_STATIC_LIBS=ON
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,12 @@ jobs:
- run: apt -y update
- run: apt -y install curl g++ xz-utils

- uses: actions/checkout@main

- name: create ppkg formula for uppm package
run: |
tee uppm.yml <<EOF
summary: Universal Prebuild Package Manager
src-url: dir://$PWD
git-url: https://github.com/leleliu008/uppm
git-sha: ${{ github.sha }}
license: Apache-2.0
dep-pkg: libcurl libgit2 libarchive libyaml libjansson
install: cmakew -DLINK_STATIC_LIBS=ON
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/linuxmint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,12 @@ jobs:
- run: sudo apt -y update
- run: sudo apt -y install curl xz-utils g++

- uses: actions/checkout@main

- name: create ppkg formula for uppm package
run: |
tee uppm.yml <<EOF
summary: Universal Prebuild Package Manager
src-url: dir://$PWD
git-url: https://github.com/leleliu008/uppm
git-sha: ${{ github.sha }}
license: Apache-2.0
dep-pkg: libcurl libgit2 libarchive libyaml libjansson
install: cmakew -DLINK_STATIC_LIBS=ON
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/macos-ppkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,12 @@ jobs:
runs-on: ${{ matrix.os }}

steps:
- uses: actions/checkout@main

- name: create ppkg formula for uppm package
run: |
tee uppm.yml <<EOF
summary: Universal Prebuild Package Manager
src-url: dir://$PWD
git-url: https://github.com/leleliu008/uppm
git-sha: ${{ github.sha }}
license: Apache-2.0
dep-pkg: libcurl libgit2 libarchive libyaml libjansson
install: cmakew -DLINK_STATIC_LIBS=ON
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/rockylinux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,12 @@ jobs:
command -v curl > /dev/null || dnf -y install curl
# https://bugs.launchpad.net/tripleo/+bug/1953156
- uses: actions/checkout@main

- name: create ppkg formula for uppm package
run: |
tee uppm.yml <<EOF
summary: Universal Prebuild Package Manager
src-url: dir://$PWD
git-url: https://github.com/leleliu008/uppm
git-sha: ${{ github.sha }}
license: Apache-2.0
dep-pkg: libcurl libgit2 libarchive libyaml libjansson
install: cmakew -DLINK_STATIC_LIBS=ON
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/ubuntu-ppkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,12 @@ jobs:
runs-on: ${{ matrix.os }}

steps:
- uses: actions/checkout@main

- name: create ppkg formula for uppm package
run: |
tee uppm.yml <<EOF
summary: Universal Prebuild Package Manager
src-url: dir://$PWD
git-url: https://github.com/leleliu008/uppm
git-sha: ${{ github.sha }}
license: Apache-2.0
dep-pkg: libcurl libgit2 libarchive libyaml libjansson
install: cmakew -DLINK_STATIC_LIBS=ON
Expand Down

0 comments on commit 2dc7b80

Please sign in to comment.