Skip to content

Commit

Permalink
Update Jenkins to get kernel source
Browse files Browse the repository at this point in the history
Grab kernel source before building
  • Loading branch information
dcowhig committed Apr 2, 2019
1 parent a0c91c5 commit 87e8734
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Jenkinsfiles/Linux
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@ pipeline {

sh '''
# Need link to source or build fails
sudo ln -s /usr/src/linux-source-3.11.10-ftfs linux-3.11.10
wget https://auku.cs.unc.edu/depot/linux-source-3.11.10-ftfs_20180618.00_all.deb
sudo dpkg -i linux-source-3.11.10-ftfs_20180618.00_all.deb
sudo tar -xvf /usr/src/linux-source-3.11.10-ftfs.tar.bz2
sudo mv linux-source-3.11.10-ftfs linux-3.11.10
mkdir -p build
cp cmake-ft.sh build/
cd build
Expand Down

0 comments on commit 87e8734

Please sign in to comment.