forked from LinuxCNC/linuxcnc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request LinuxCNC#741 from jepler/master-actions
master branch: make actions build pass
- Loading branch information
Showing
4 changed files
with
8 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,9 @@ | ||
#!/bin/sh -e | ||
sudo sh -c 'echo deb-src http://us.archive.ubuntu.com/ubuntu/ xenial main universe >> /etc/apt/sources.list' | ||
grep . /etc/apt/sources.list /etc/apt/sources.list.d/* | ||
sudo apt-get update -qq | ||
sudo apt-get install -y devscripts equivs build-essential --no-install-recommends | ||
sudo apt-get remove -f libreadline6-dev || true | ||
sudo apt-get remove -f libreadline-dev || true | ||
debian/configure uspace | ||
debian/configure uspace noauto | ||
mk-build-deps -i -r -s sudo -t 'apt-get --no-install-recommends --no-install-suggests' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters