Skip to content

Commit f5fe249

Browse files
committed
[wip] test macos sha1sum
Change-Id: I10156dbf72b196e69cdd0a96057b6fed972e8c35
1 parent 93e88fd commit f5fe249

File tree

3 files changed

+6
-145
lines changed

3 files changed

+6
-145
lines changed

.github/workflows/ci-alpine.yml

Lines changed: 0 additions & 50 deletions
This file was deleted.

.github/workflows/ci-linux.yml

Lines changed: 0 additions & 69 deletions
This file was deleted.

.github/workflows/ci-macos.yml

Lines changed: 6 additions & 26 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)