We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ec4141 commit 02d2946Copy full SHA for 02d2946
Jenkinsfile
@@ -23,8 +23,6 @@ pipeline {
23
container('cdt') {
24
timeout(activity: true, time: 30) {
25
withEnv(['MAVEN_OPTS=-XX:MaxRAMPercentage=50.0 -XX:+PrintFlagsFinal']) {
26
- sh 'cat /proc/sys/kernel/yama/ptrace_scope'
27
- sh 'echo 0| tee /proc/sys/kernel/yama/ptrace_scope'
28
sh 'cat /proc/sys/kernel/yama/ptrace_scope'
29
sh 'cd dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/data/launch/src && make && cd ../../launch/bin/ && ./MemoryTestApp.exe ; echo $? ; /shared/common/gdb/gdb-all/bin/gdb.10 --interpreter=mi2 -ex run -ex quit MemoryTestApp.exe'
30
}
0 commit comments