Author: brane
Date: Sat Jun 21 06:09:56 2025
New Revision: 1926610
URL: http://svn.apache.org/viewvc?rev=1926610&view=rev
Log:
* .github/workflows/linux-old-scons.yml: Add temporary debugging steps.
Modified:
serf/trunk/.github/workflows/linux-old-scons.yml
Modified: serf/trunk/.github/workflows/linux-old-scons.yml
URL:
http://svn.apache.org/viewvc/serf/trunk/.github/workflows/linux-old-scons.yml?rev=1926610&r1=1926609&r2=1926610&view=diff
==============================================================================
--- serf/trunk/.github/workflows/linux-old-scons.yml (original)
+++ serf/trunk/.github/workflows/linux-old-scons.yml Sat Jun 21 06:09:56 2025
@@ -50,6 +50,17 @@ jobs:
"${{ env.XPYENV_BIN }}/pyenv" install ${{ env.XPYTHON_VER }}
"${{ env.XPYENV_BIN }}/pyenv" global ${{ env.XPYTHON_VER }}
+ - name: Debug check environment before checkout
+ run: |
+ pwd
+ ls -la __pyenv || true
+ ls -la __pyenv/pyenv-${{ env.XPYENV_VER }} || true
+ ls -la __pyenv/pyenv-${{ env.XPYENV_VER }}/bin || true
+ ls -la __scons || true
+ ls -la __scons/scons-${{ env.XSCONS_VER }} || true
+ ls -la __scons/scons-${{ env.XSCONS_VER }}/build || true
+ ls -la __scons/scons-${{ env.XSCONS_VER }}/build/scripts || true
+
- name: Install SCons ${{ env.XSCONS_VER }}
run: |
mkdir __scons
@@ -61,6 +72,17 @@ jobs:
- uses: actions/checkout@v3
+ - name: Debug check environment after checkout
+ run: |
+ pwd
+ ls -la __pyenv || true
+ ls -la __pyenv/pyenv-${{ env.XPYENV_VER }} || true
+ ls -la __pyenv/pyenv-${{ env.XPYENV_VER }}/bin || true
+ ls -la __scons || true
+ ls -la __scons/scons-${{ env.XSCONS_VER }} || true
+ ls -la __scons/scons-${{ env.XSCONS_VER }}/build || true
+ ls -la __scons/scons-${{ env.XSCONS_VER }}/build/scripts || true
+
- name: Build
run: |
"${{ env.XSCONS_BIN }}/scons" BROTLI=/usr GSSAPI=/usr