From fe30c87e2c74592775a010011248d93f80a1a768 Mon Sep 17 00:00:00 2001 From: Ayaz Salikhov Date: Wed, 29 Apr 2026 18:28:45 +0100 Subject: [PATCH] ci: Use print-env from XRLPF/actions (#3053) --- .github/workflows/check-libxrpl.yml | 3 +++ .github/workflows/clang-tidy.yml | 3 +++ .github/workflows/docs.yml | 3 +++ .github/workflows/pre-commit-autoupdate.yml | 2 +- .github/workflows/pre-commit.yml | 2 +- .github/workflows/reusable-build.yml | 3 +++ .github/workflows/upload-conan-deps.yml | 3 +++ 7 files changed, 17 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check-libxrpl.yml b/.github/workflows/check-libxrpl.yml index 55c8695e6..fc865247e 100644 --- a/.github/workflows/check-libxrpl.yml +++ b/.github/workflows/check-libxrpl.yml @@ -33,6 +33,9 @@ jobs: with: enable_ccache: false + - name: Print build environment + uses: XRPLF/actions/print-env@8f811899319ef002e7a088c77c57d95aba602a97 + - name: Update libXRPL version requirement run: | sed -i.bak -E "s|'xrpl/[a-zA-Z0-9\\.\\-]+'|'xrpl/${{ github.event.client_payload.conan_ref }}'|g" conanfile.py diff --git a/.github/workflows/clang-tidy.yml b/.github/workflows/clang-tidy.yml index b5fb0f134..deb9ec320 100644 --- a/.github/workflows/clang-tidy.yml +++ b/.github/workflows/clang-tidy.yml @@ -48,6 +48,9 @@ jobs: with: enable_ccache: false + - name: Print build environment + uses: XRPLF/actions/print-env@8f811899319ef002e7a088c77c57d95aba602a97 + - name: Run conan uses: ./.github/actions/conan with: diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index ea66c9817..290a42dab 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -31,6 +31,9 @@ jobs: with: enable_ccache: false + - name: Print build environment + uses: XRPLF/actions/print-env@8f811899319ef002e7a088c77c57d95aba602a97 + - name: Create build directory run: mkdir build_docs diff --git a/.github/workflows/pre-commit-autoupdate.yml b/.github/workflows/pre-commit-autoupdate.yml index 789fddbcb..1d053aa9b 100644 --- a/.github/workflows/pre-commit-autoupdate.yml +++ b/.github/workflows/pre-commit-autoupdate.yml @@ -12,7 +12,7 @@ on: jobs: auto-update: - uses: XRPLF/actions/.github/workflows/pre-commit-autoupdate.yml@a249154199805d6809359fe99fa8ba09dd804e3d + uses: XRPLF/actions/.github/workflows/pre-commit-autoupdate.yml@5e942d61bf32f7557a7c159cfac4712a687b3e3a with: sign_commit: true committer: "Clio CI " diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index e1fb3e2d3..9e25304e1 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -8,7 +8,7 @@ on: jobs: run-hooks: - uses: XRPLF/actions/.github/workflows/pre-commit.yml@9307df762265e15c745ddcdb38a581c989f7f349 + uses: XRPLF/actions/.github/workflows/pre-commit.yml@5e942d61bf32f7557a7c159cfac4712a687b3e3a with: runs_on: heavy container: '{ "image": "ghcr.io/xrplf/clio-pre-commit:14342e087ceb8b593027198bf9ef06a43833c696" }' diff --git a/.github/workflows/reusable-build.yml b/.github/workflows/reusable-build.yml index 1684dcf0a..007266494 100644 --- a/.github/workflows/reusable-build.yml +++ b/.github/workflows/reusable-build.yml @@ -99,6 +99,9 @@ jobs: with: enable_ccache: ${{ inputs.download_ccache }} + - name: Print build environment + uses: XRPLF/actions/print-env@8f811899319ef002e7a088c77c57d95aba602a97 + - name: Setup conan on macOS if: ${{ runner.os == 'macOS' }} run: ./.github/scripts/conan/init.sh diff --git a/.github/workflows/upload-conan-deps.yml b/.github/workflows/upload-conan-deps.yml index 884aefb12..926457f7b 100644 --- a/.github/workflows/upload-conan-deps.yml +++ b/.github/workflows/upload-conan-deps.yml @@ -82,6 +82,9 @@ jobs: with: enable_ccache: false + - name: Print build environment + uses: XRPLF/actions/print-env@8f811899319ef002e7a088c77c57d95aba602a97 + - name: Setup conan on macOS if: ${{ runner.os == 'macOS' }} run: ./.github/scripts/conan/init.sh