Skip to content

Commit

Permalink
Work around ubuntu build environment
Browse files Browse the repository at this point in the history
TODO:
- dont just ignore missing info, have something to fill it in even when
  the require arch binaries are missing
  • Loading branch information
hamishcoleman committed Aug 30, 2023
1 parent f2597e8 commit cee0431
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -408,11 +408,9 @@ jobs:
- name: Install packages needed for build
run: |
sudo dpkg --add-architecture ${{ matrix.arch }}
sudo apt-get update
sudo apt-get install debhelper build-essential \
devscripts \
libc6:${{ matrix.arch }} \
crossbuild-essential-${{ matrix.arch }}
- name: Configure
Expand Down
2 changes: 1 addition & 1 deletion packages/debian/debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ binary-arch: build install
cp -r ../etc debian/n2n
find debian/n2n -name "*.in" -exec /bin/rm {} ';'
find debian/n2n -name "*~" -exec /bin/rm {} ';'
dh_shlibdeps
dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
dh_link
dh_gencontrol
dh_md5sums
Expand Down

0 comments on commit cee0431

Please sign in to comment.