ci: Use print-env from XRLPF/actions (#3053)

This commit is contained in:
Ayaz Salikhov
2026-04-29 18:28:45 +01:00
committed by GitHub
parent c88ffa7c92
commit fe30c87e2c
7 changed files with 17 additions and 2 deletions

View File

@@ -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

View File

@@ -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:

View File

@@ -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

View File

@@ -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 <skuznetsov@ripple.com>"

View File

@@ -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" }'

View File

@@ -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

View File

@@ -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