Skip to content

Commit

Permalink
Add readline to CONFIGFLAGS for macOS CI
Browse files Browse the repository at this point in the history
Homebrew (currently) installs the readline stuff into
/usr/local/opt/readline – GAP does not know about this directory
by default, and hence it was being compiled without readline.

By adding this directory to CONFIGFLAGS, GAP compiles and starts
with readline.
  • Loading branch information
wilfwilson committed Apr 9, 2021
1 parent 34396e4 commit bb5c866
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:

- os: macos-latest
test-suites: "docomp testinstall"
extra: "BOOTSTRAP_MINIMAL=yes"
extra: "BOOTSTRAP_MINIMAL=yes CONFIGFLAGS=\"--enable-debug --with-readline=/usr/local/opt/readline\""

# test creating the manual
# TODO: make the resulting HTML and PDF files available as build
Expand Down

0 comments on commit bb5c866

Please sign in to comment.