diff options
author | Kirill Rysin <35688753+naspirato@users.noreply.github.com> | 2024-12-20 11:09:50 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-20 11:09:50 +0100 |
commit | 7c90d7cf0e8c1c62b12b631297e3e3fe9ceb23ea (patch) | |
tree | 933b60d371fa40059387d7a106d7d59be2b7a490 /.github | |
parent | faf34fef86231e8e8eda23accf040b6dcdc7f7db (diff) | |
download | ydb-7c90d7cf0e8c1c62b12b631297e3e3fe9ceb23ea.tar.gz |
Remove clang in test_ya action.yml (#12819)
Diffstat (limited to '.github')
-rw-r--r-- | .github/actions/test_ya/action.yml | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/.github/actions/test_ya/action.yml b/.github/actions/test_ya/action.yml index b2d9e036bb..10c9d910ae 100644 --- a/.github/actions/test_ya/action.yml +++ b/.github/actions/test_ya/action.yml @@ -208,12 +208,6 @@ runs: release) params+=(--build "release") ;; - release-clang14) # TODO: remove after removing from workflow - params+=(--build "release") - params+=(--target-platform="CLANG14-LINUX-X86_64") - params+=(-DLLD_VERSION=16) - params+=(-DSTRIP) - ;; release-asan) params+=( --build "release" --sanitize="address" @@ -663,4 +657,4 @@ runs: env: BUILD_PRESET: ${{ inputs.build_preset }} GITHUB_TOKEN: ${{ github.token }} - run: echo "Check cancelled" | .github/scripts/tests/comment-pr.py --color black
\ No newline at end of file + run: echo "Check cancelled" | .github/scripts/tests/comment-pr.py --color black |