Skip to content

Commit

Permalink
remove inreplace line for python3 in chpl-venv makefile (#26574)
Browse files Browse the repository at this point in the history
This adjusts the chapel homebrew formula used to build main in response
to changes in #26514 that
removed the exact string `inreplace` was searching for.

Fixes failing homebrew tests.

TESTING:

- [x] Homebrew rebuilds locally
  • Loading branch information
arezaii authored Jan 22, 2025
2 parents 6fd5936 + b627064 commit 6a00eeb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion util/packaging/homebrew/chapel-main.rb
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ def install
# It should be noted that this will expand to: 'for cmd in python3.13 python3 python python2; do'
# in our find-python.sh script.
inreplace "util/config/find-python.sh", /^(for cmd in )(python3 )/, "\\1#{python} \\2"
inreplace "third-party/chpl-venv/Makefile", "python3 -c ", "#{python} -c "

# a lot of scripts have a python3 or python shebang, which does not point to python3.12 anymore
Pathname.glob("**/*.py") do |pyfile|
Expand Down

0 comments on commit 6a00eeb

Please sign in to comment.