aboutsummaryrefslogtreecommitdiffstats
path: root/Brewfile
diff options
context:
space:
mode:
authorN. Engelhardt <nak@symbioticeda.com>2020-03-18 14:36:15 +0100
committerGitHub <noreply@github.com>2020-03-18 14:36:15 +0100
commit1668b0126bc5eb0496ad471b64351f8f6cb563f8 (patch)
treee991996d2aa172f2c3819e34c15875032c065a33 /Brewfile
parenta2fa1654dcb20960cc0ae03dcad399d7c6b5f80a (diff)
downloadyosys-1668b0126bc5eb0496ad471b64351f8f6cb563f8.tar.gz
yosys-1668b0126bc5eb0496ad471b64351f8f6cb563f8.tar.bz2
yosys-1668b0126bc5eb0496ad471b64351f8f6cb563f8.zip
add bash to brewfile
Default bash on macOS is version 3, which does not support `define -A`, now used in `tests/arch/run-test.sh`. Use brew to install newer bash.
Diffstat (limited to 'Brewfile')
-rw-r--r--Brewfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Brewfile b/Brewfile
index 8465d86f9..2a985f09e 100644
--- a/Brewfile
+++ b/Brewfile
@@ -8,3 +8,4 @@ brew "pkg-config"
brew "python3"
brew "tcl-tk"
brew "xdot"
+brew "bash"