mkdir -p investigate-gcc-574fd1f17f100c7c355ad26bc525ab5a3386bb2d cd investigate-gcc-574fd1f17f100c7c355ad26bc525ab5a3386bb2d # Fetch scripts git clone https://git.linaro.org/toolchain/jenkins-scripts # Fetch manifests for bad and good builds mkdir -p bad/artifacts good/artifacts curl -o bad/artifacts/manifest.sh https://ci.linaro.org/job/tcwg_gnu_native_check_gcc--master-aarch64-build/983/artifact/artifacts/manifest.sh --fail curl -o good/artifacts/manifest.sh https://ci.linaro.org/job/tcwg_gnu_native_check_gcc--master-aarch64-build/982/artifact/artifacts/manifest.sh --fail # Reproduce bad build (cd bad; ../jenkins-scripts/tcwg_gnu-build.sh @@rr[top_artifacts] artifacts) # Reproduce good build (cd good; ../jenkins-scripts/tcwg_gnu-build.sh @@rr[top_artifacts] artifacts)