Skip to content

Commit

Permalink
NJS: remove all pcre development files from the OS
Browse files Browse the repository at this point in the history
  • Loading branch information
thresheek committed May 23, 2024
1 parent b4b83ab commit 07a9dee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/njs-buildbot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,7 @@ jobs:

- name: Build pcre2
run: |
sudo apt-get remove --yes libpcre3-dev libpcre2-dev
sudo sed -E -i 's,^# deb-src(.*),deb-src \1,' /etc/apt/sources.list
sudo apt-get update && apt-get source pcre2
cd pcre2-10.*
Expand Down

0 comments on commit 07a9dee

Please sign in to comment.