File tree Expand file tree Collapse file tree 3 files changed +6
-145
lines changed
Expand file tree Collapse file tree 3 files changed +6
-145
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -32,30 +32,10 @@ jobs:
3232 md5sha1sum
3333 )
3434 brew install "${pkgs[@]}"
35- - name : python venv setup
35+ - name : check sha1sum
3636 run : |
37- python3 -m venv venv
38- venv/bin/pip3 install pycurl
39- venv/bin/python3 -c 'import pycurl'
40- - name : meson setup
41- run : meson setup -D unwind=false mesonbuilddir
42- - name : meson compile
43- run : meson compile -C mesonbuilddir
44- - name : prepare environment for tests
45- run : |
46- sudo ifconfig lo0 alias 127.0.0.2 up
47-
48- # try to create a tmpdir with a short relative path (for shorter unix socket paths)
49- NEWTMPDIR=~/tmp
50- ln -sf "${TMPDIR}" "${NEWTMPDIR}"
51- echo "TMPDIR=$NEWTMPDIR" >> "$GITHUB_ENV"
52- echo "PATH=$(brew --prefix python)/libexec/bin:$PATH" >> "$GITHUB_ENV"
53-
54- if [ ! -f $(brew --prefix python)/libexec/bin/python3 ]; then
55- # the brew path only provides "python", not "python3"...
56- ln -s python $(brew --prefix python)/libexec/bin/python3
57- fi
58- - name : meson test
59- run : |
60- source venv/bin/activate
61- meson test -C mesonbuilddir -v
37+ echo "MD5SUM"
38+ which md5sum
39+ echo "SHA1SUM"
40+ which sha1sum
41+ ls -lisha /opt/homebrew/bin
You can’t perform that action at this time.
0 commit comments