From 38c73704cba4ea9b8b7b6562c35610574c648496 Mon Sep 17 00:00:00 2001 From: Marco Belladelli Date: Thu, 21 Nov 2024 15:03:46 +0100 Subject: [PATCH] HHH-18870 Set `HOME` to `/root` for atlas CI runners --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eaef3f8725..035f5734e1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -214,6 +214,8 @@ jobs: env: RDBMS: ${{ matrix.rdbms }} RUNID: ${{ github.run_number }} + # These runners have no HOME variable set by default, we need to explicitly set it to make the build work + HOME: /root run: ./ci/build-github.sh shell: bash # Upload build scan data.