Changes in / [e056330:0c1f3a6]
- Files:
-
- 4 edited
-
Jenkins/Distribute (modified) (1 diff)
-
Jenkins/FullBuild (modified) (1 diff)
-
Jenkinsfile (modified) (1 diff)
-
libcfa/configure.ac (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
Jenkins/Distribute
re056330 r0c1f3a6 10 10 //=========================================================================================================== 11 11 12 node {12 node('master') { 13 13 // Globals 14 14 BuildDir = pwd tmp: true -
Jenkins/FullBuild
re056330 r0c1f3a6 5 5 //=========================================================================================================== 6 6 7 node {7 node ('master') { 8 8 def err = null 9 9 -
Jenkinsfile
re056330 r0c1f3a6 7 7 //=========================================================================================================== 8 8 9 node {9 node('master') { 10 10 // Globals 11 11 BuildDir = pwd tmp: true -
libcfa/configure.ac
re056330 r0c1f3a6 131 131 #io_uring 5.5 uses enum values 132 132 #io_uring 5.6 and later uses probes 133 134 AH_TEMPLATE([CFA_HAVE_LINUX_RSEQ_H],[Defined if rseq support is present when compiling libcfathread.])135 AC_CHECK_HEADERS([linux/rseq.h], [AC_DEFINE(CFA_HAVE_LINUX_RSEQ_H)])136 137 AH_TEMPLATE([CFA_HAVE_LINUX_LIBRSEQ],[Defined if librseq support is present when compiling libcfathread.])138 AC_CHECK_LIB([rseq], [rseq_available], [AC_DEFINE(CFA_HAVE_LINUX_RSEQ_H)], [])139 133 140 134 AH_TEMPLATE([CFA_HAVE_LINUX_IO_URING_H],[Defined if io_uring support is present when compiling libcfathread.])
Note:
See TracChangeset
for help on using the changeset viewer.