aboutsummaryrefslogtreecommitdiffstats
path: root/.github/actions/build_ya/action.yml
diff options
context:
space:
mode:
authornkozlovskiy <nmk@ydb.tech>2023-12-13 15:44:18 +0300
committernkozlovskiy <nmk@ydb.tech>2023-12-13 17:50:45 +0300
commitd437d8b93a72579cfee537948870e72f229ed323 (patch)
tree6968b9d272a939f798e103466e2e383c507fcf04 /.github/actions/build_ya/action.yml
parentb02215d71ab4a00fd969a336c6c9f33700c7ce14 (diff)
downloadydb-d437d8b93a72579cfee537948870e72f229ed323.tar.gz
ci: use ya from repo, fix memory sanitizer run, always try generate summary
Diffstat (limited to '.github/actions/build_ya/action.yml')
-rw-r--r--.github/actions/build_ya/action.yml6
1 files changed, 0 insertions, 6 deletions
diff --git a/.github/actions/build_ya/action.yml b/.github/actions/build_ya/action.yml
index 7da05744de..dc40b1b186 100644
--- a/.github/actions/build_ya/action.yml
+++ b/.github/actions/build_ya/action.yml
@@ -82,12 +82,6 @@ runs:
;;
esac
- # FIXME: remove after 5014029 merge
- if [ "${{ runner.arch }}" == "X64" ]; then
- curl -s https://storage.yandexcloud.net/ydb-tech-ci/tools/ya-bin-test-cache-patched-amd64 -o ./ya
- chmod +x ./ya
- fi
-
echo "::debug::get version"
./ya --version