Skip to content

Commit

Permalink
feat: Cease installing build dependencies
Browse files Browse the repository at this point in the history
which is now taken care of in the docker agent image.
  • Loading branch information
AiyionPrime committed Jun 29, 2024
1 parent c97e9ab commit 33b81c5
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,25 +1,6 @@
pipeline {
agent { label 'linux' }
stages {
stage('Install dependencies') {
steps {
sh 'sudo apt update'
sh 'sudo apt install git'
sh 'sudo apt install python3'
sh 'sudo apt install build-essential'
sh 'sudo apt install ecdsautils'
sh 'sudo apt install gawk'
sh 'sudo apt install unzip'
sh 'sudo apt install libncurses-dev'
sh 'sudo apt install libz-dev'
sh 'sudo apt install libssl-dev'
sh 'sudo apt install libelf-dev'
sh 'sudo apt install wget'
sh 'sudo apt install rsync'
sh 'sudo apt install time'
sh 'sudo apt install qemu-utils'
}
}
stage('Clone gluon') {
steps {
dir('gluon') {
Expand Down

0 comments on commit 33b81c5

Please sign in to comment.