Skip to content

Commit

Permalink
DNM: see where the LIBCLANG_PATH set after Xtensa even after removing…
Browse files Browse the repository at this point in the history
… it from GITHUB_ENV came from
  • Loading branch information
chrysn committed Oct 27, 2024
1 parent 766330c commit 9ddce58
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
strategy:
fail-fast: false
matrix:
partition: ["1/20", "2/20", "3/20", "4/20", "5/20", "6/20", "7/20", "8/20", "9/20", "10/20", "11/20", "12/20", "13/20", "14/20", "15/20", "16/20", "17/20", "18/20", "19/20", "20/20"]
partition: ["1/1"]

steps:
- name: Check out repository code
Expand Down Expand Up @@ -68,7 +68,13 @@ jobs:
# It also duplicates the path and does other things to the environment,
# but setting LIBCLANG_PATH without setting CLANG_PATH breaks bindgen
run: |
sed -i 's/^LIBCLANG_PATH/_XTENSA_LIBCLANG_PATH/' "$GITHUB_ENV"
sed -i 's/^LIBCLANG_PATH=/_XTENSA_LIBCLANG_PATH=/' "$GITHUB_ENV"
- name: Investigate Xtensa mess
run: |
set -x
grep "" ~/.bashrc ~/.profile ~/exports "${GITHUB_ENV}" "${GITHUB_PATH}"
exit 1
- name: rust cache
if: steps.result-cache.outputs.cache-hit != 'true'
Expand Down

0 comments on commit 9ddce58

Please sign in to comment.