From 6437137a9e845cddaaba754c80a9cf2bf8ca56e0 Mon Sep 17 00:00:00 2001 From: eric <1176427+EricWF@users.noreply.github.com> Date: Tue, 28 Nov 2023 19:20:36 -0500 Subject: [PATCH] changes --- .github/workflows/callable.yaml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/.github/workflows/callable.yaml b/.github/workflows/callable.yaml index 84f66e2..f297a79 100644 --- a/.github/workflows/callable.yaml +++ b/.github/workflows/callable.yaml @@ -19,7 +19,6 @@ on: llvm_ref: description: 'llvm ref' required: true - type: str run_stages: description: 'Stages to run' required: true @@ -29,18 +28,6 @@ on: -env: - CMAKE: "/opt/bin/cmake" - # LLVM POST-BRANCH bump version - # LLVM POST-BRANCH add compiler test for ToT - 1, e.g. "Clang 17" - # LLVM RELEASE bump remove compiler ToT - 3, e.g. "Clang 15" - LLVM_HEAD_VERSION: "18" # Used compiler, update POST-BRANCH. - LLVM_PREVIOUS_VERSION: "17" - LLVM_OLDEST_VERSION: "16" - GCC_STABLE_VERSION: "13" - LLVM_SYMBOLIZER_PATH: "/usr/bin/llvm-symbolizer-18" - CLANG_CRASH_DIAGNOSTICS_DIR: "crash_diagnostics" - jobs: stage1: