Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
muink committed May 2, 2024
1 parent 64acc25 commit d79cf32
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/rebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,8 @@ jobs:
cd ..
done
popd
faillogs=$(curl -sL "https://github.com/$GITHUB_REPOSITORY/raw/$CONFBRANCH/$VERSION/faillogs.txt" | tr '\n' ' ' | sed 's|^\s*||;s|\s*$||')
installs=$(echo "$installs" | tr ' ' '\n' | grep -v '^$' | grep -Ev "^$(echo "$faillogs" | sed -E 's,\s+,|,g;s|^|\(|;s|$|\)|')$")
echo installs: $installs
scripts/feeds install $installs
endgroup
Expand Down Expand Up @@ -221,6 +223,7 @@ jobs:
shell: bash
run: |
mv openwrt/bin/* ./
git pull --rebase
git add packages/ # Non-essential
git add targets/$BOARD/$SUBTARGET/packages/
git add targets/$BOARD/$SUBTARGET/*.buildinfo
Expand Down
1 change: 1 addition & 0 deletions 23.05.3/faillogs.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
libpfring

0 comments on commit d79cf32

Please sign in to comment.