Skip to content

Commit

Permalink
Upload toolchain artifact with lldb intel job (llvm#283)
Browse files Browse the repository at this point in the history
This will be used by the lldb-statistics job accordingly
  • Loading branch information
justice-adams-apple authored Oct 22, 2024
1 parent e0c3689 commit 4da9fe5
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion zorg/jenkins/jobs/jobs/lldb-cmake-intel
Original file line number Diff line number Diff line change
Expand Up @@ -178,8 +178,13 @@ pipeline {
sha=$(echo ${git_desc} | cut -f 3 -d "-")
export GIT_SHA=${sha:1}
# Also save the LLVM_REV until LNT server is taught about GIT
export LLVM_REV=$(git show -q | grep "llvm-svn:" | cut -f2 -d":" | tr -d " ")
export INSTALL_DIR=lldb-install
cd -
python3 llvm-zorg/zorg/jenkins/monorepo_build.py properties
python3 llvm-zorg/zorg/jenkins/monorepo_build.py artifact
'''
}
}
Expand Down

0 comments on commit 4da9fe5

Please sign in to comment.