Skip to content

Commit

Permalink
update comment on shadowing grep
Browse files Browse the repository at this point in the history
Co-authored-by: Alex Rousskov <[email protected]>
  • Loading branch information
kinkie and rousskov authored Dec 17, 2024
1 parent 7bb8915 commit 6851174
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/slow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,8 @@ jobs:
export ltver=2.4.2
export CFLAGS='-Wno-compound-token-split-by-macro'
export LDFLAGS="-L/usr/local/lib"
# until we remove GNUisms from our grep commands,
# shadow system `grep` with `ggrep` installed/linked earlier
export PATH="$HOME/bin:$PATH"
./test-builds.sh
Expand Down

0 comments on commit 6851174

Please sign in to comment.