Skip to content

Commit 8fe87cf

Browse files
committed
More symbol tampering
1 parent 28092a8 commit 8fe87cf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/compiler-support.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Compiler Compatibility CI
33
on:
44
push:
55
branches: [master]
6-
pull_request:
6+
#pull_request:
77

88
jobs:
99
build:

.github/workflows/macos-grep-headers.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818
run: /opt/homebrew/opt/llvm@18/bin/clang++ -E -x c++ - -v < /dev/null
1919
- name: Grep /Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/usr/include
2020
if: always()
21-
run: grep -Rn "IP_MULTICAST_IF" /Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/usr/include
21+
run: grep -Rn "IPV6_ADD_MEMBERSHIP" /Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/usr/include
2222
- name: Grep /Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks
2323
if: always()
24-
run: grep -Rn "IP_MULTICAST_IF" /Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks
24+
run: grep -Rn "IPV6_ADD_MEMBERSHIP" /Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks
2525
- name: Cat /Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/usr/include/netinet/in.h
2626
if: always()
2727
run: cat /Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/usr/include/netinet/in.h

0 commit comments

Comments
 (0)