jjb: lttng-ivc: urcu is now handled by lttng-ivc
authorJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Tue, 18 May 2021 17:32:37 +0000 (13:32 -0400)
committerJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Tue, 18 May 2021 17:32:37 +0000 (13:32 -0400)
Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
jobs/lttng-ivc.yaml
scripts/lttng-ivc/build.sh

index 053e09542e37309fb545ebf314afa73bf767ca17..4f2db2fd9a8ef7002dacd834cc975774dd9e9809 100644 (file)
          values: '{obj:liburcu_version}'
 
     builders:
-      - copyartifact:
-          project: liburcu_${{liburcu_version}}_build/arch=${{arch}},conf=std,build=std
-          which-build: last-successful
-          stable: false
-          filter: 'build/**'
-          target: 'deps/liburcu'
       - shell:
          !include-raw-escape: scripts/lttng-ivc/build.sh
 
          values: '{obj:liburcu_version}'
 
     builders:
-      - copyartifact:
-          project: liburcu_${{liburcu_version}}_build/arch=${{arch}},conf=std,build=std
-          which-build: last-successful
-          stable: false
-          filter: 'build/**'
-          target: 'deps/liburcu'
       - shell:
          !include-raw-escape: scripts/lttng-ivc/build.sh
 
index 75e4311db25c86fb278d09e179aee24b4dd5564c..08f6b9b8817a11d39074ee86091a31e475994f05 100644 (file)
 PYTHON3="python3"
 P3_VERSION=$($PYTHON3 -c "import sys;print(sys.version[:3])")
 
-URCU_INCS=${WORKSPACE}/deps/liburcu/build/include
-URCU_LIBS=${WORKSPACE}/deps/liburcu/build/lib
-URCU_PKG_CONFIG=${URCU_LIBS}/pkgconfig
-
-# Get liburcu setup
-export LD_LIBRARY_PATH="$URCU_LIBS:${LD_LIBRARY_PATH:-}"
-export CPPFLAGS="${CPPFLAGS:-} -I$URCU_INCS"
-export LDFLAGS="${LDFLAGS:-} -L$URCU_LIBS"
-export PKG_CONFIG_PATH="$URCU_PKG_CONFIG:${PKG_CONFIG_PATH:-}"
-
 # Tox does not support long path venv for whatever reason.
 PYENV_HOME=$(mktemp -d)
 
-
 # Create virtualenv and install necessary packages
 virtualenv --system-site-packages -p $PYTHON3 "$PYENV_HOME"
 
This page took 0.02436 seconds and 4 git commands to generate.