Skip to content

Commit

Permalink
Disable macOS regtest for now and update README
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisBrunner committed Feb 11, 2020
1 parent ec34237 commit a8e2879
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/build.yml
Expand Up @@ -42,5 +42,11 @@ jobs:
run: make
- name: try ls -l
run: ./vg-in-place ls -l
- name: make regtest
run: make regtest
# TODO: doesn't build
# gcc -Winline -Wall -Wshadow -Wno-long-long -g -fno-stack-protector -Wno-format-extra-args -Wno-literal-range -Wno-tautological-constant-out-of-range-compare -Wno-self-assign -Wno-string-plus-int -Wno-uninitialized -Wno-unused-value -arch x86_64 -fPIC -dynamic -dynamiclib -all_load -fpic -o tls.so tls_so-tls_so.o `pwd`/tls2.so
# Undefined symbols for architecture x86_64:
# "_global", referenced from:
# _test_so_global in tls_so-tls_so.o
# (maybe you meant: _test_so_global)
# - name: make regtest
# run: make regtest
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -18,7 +18,7 @@ In case you already have Valgrind installed, you will need to either `unlink` it

## TODO

- Debug macOS 10.15 crashes (might need XNU sources)
- Run regtest in Github Action
- Collect CI test results into a usable format to make comparison between builds

## Tests (outdated for 10.14.6 and 10.15.1)
Expand Down

0 comments on commit a8e2879

Please sign in to comment.