Skip to content

Commit a535bbe

Browse files
committed
try
1 parent b230827 commit a535bbe

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Jenkinsfile

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
pipeline {
2-
agent { dockerfile true }
2+
agent {
3+
filename 'Dockerfile'
4+
args '--privileged -v /mnt/huge:/mnt/huge'
5+
}
36
stages {
47
stage ("Version") {
58
steps {
@@ -28,7 +31,7 @@ pipeline {
2831
}
2932
stage ("Test (dpdk-sys)") {
3033
steps {
31-
sh "cargo run -p rust-dpdk-sys -- --no-pci --no-huge"
34+
sh "cargo run -p rust-dpdk-sys"
3235
}
3336
}
3437
}

0 commit comments

Comments
 (0)