Skip to content

Commit

Permalink
Jenkinsfile: fix builds within Docker for linux
Browse files Browse the repository at this point in the history
  • Loading branch information
JEnoch committed Feb 5, 2021
1 parent d0d64f3 commit 37b9603
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ pipeline {
tar -cvf eclipse-zenoh-c-${LABEL}-x86_64-unknown-linux-gnu.tar --strip-components 3 target/x86_64-unknown-linux-gnu/release/*.so
tar -rvf eclipse-zenoh-c-${LABEL}-x86_64-unknown-linux-gnu.tar include
gzip eclipse-zenoh-c-${LABEL}-x86_64-unknown-linux-gnu.tar
tar -czvf eclipse-zenoh-c-${LABEL}-examples-x86_64-unknown-linux-gnu.tar.gz --exclude 'target/x86_64-unknown-linux-gnu/release/examples/*.*' --exclude 'target/x86_64-unknown-linux-gnu/release/examples/*-*' --strip-components 4 target/x86_64-unknown-linux-gnu/release/examples/*
'''
}
}
Expand All @@ -114,7 +113,6 @@ pipeline {
tar -cvf eclipse-zenoh-c-${LABEL}-i686-unknown-linux-gnu.tar --strip-components 3 target/i686-unknown-linux-gnu/release/*.so
tar -rvf eclipse-zenoh-c-${LABEL}-i686-unknown-linux-gnu.tar include
gzip eclipse-zenoh-c-${LABEL}-i686-unknown-linux-gnu.tar
tar -czvf eclipse-zenoh-c-${LABEL}-examples-i686-unknown-linux-gnu.tar.gz --exclude 'target/i686-unknown-linux-gnu/release/examples/*.*' --exclude 'target/i686-unknown-linux-gnu/release/examples/*-*' --strip-components 4 target/i686-unknown-linux-gnu/release/examples/*
'''
}
}
Expand Down

0 comments on commit 37b9603

Please sign in to comment.