Skip to content

Files

This branch is 40339 commits behind intel/llvm:sycl.

buildbot

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jun 21, 2019
Jan 13, 2021
Jan 13, 2021
Nov 25, 2021
Oct 25, 2023
Dec 15, 2022
Mar 30, 2023
Aug 14, 2020
Mar 22, 2022
Dec 29, 2020

Scripts for build steps on Buildbot

Purpose

The purpose of the script is for developer to customize build command for the builder on Buildbot.

How it works

The scripts will be run by Buildbot at corresponding build step, for example, the compile step will run compile.py. Developer can change the build command, then the builder (e.g. pull request builder) will use the changed command to do the build.

Arguments for the scripts

Refer to argument parser in main() function.

Assumptions

The Buildbot worker directory structure is:

/path/to/WORKER_ROOT/BUILDER/
    llvm.src  --> source code
    llvm.obj  --> build directory

Working directory of the scripts is /path/to/WORKER_ROOT/BUILDER