Skip to content

Commit 02c9d4c

Browse files
committed
debug
1 parent 663e750 commit 02c9d4c

File tree

9 files changed

+3
-491
lines changed

9 files changed

+3
-491
lines changed

.github/workflows/anchore-syft.yml

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

.github/workflows/cpp-cross-linux-arm.yml

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

.github/workflows/cpp-docker.yml

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

.github/workflows/cpp-linux.yml

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

.github/workflows/cpp-macos.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,10 @@ jobs:
1414
- uses: actions/checkout@v4
1515
- run: git fetch --prune --unshallow --tags
1616

17-
- name: Install Xcode CLI tools
18-
run: |
19-
sudo rm -rf /Library/Developer/CommandLineTools
20-
sudo xcode-select --install
2117

2218
- name: pkg
2319
run: |
20+
find /Library/Developer
2421
find /opt/homebrew
2522
brew install cmake p7zip gcc openssl rtmpdump && brew link --force openssl
2623
find /opt/homebrew
@@ -39,7 +36,9 @@ jobs:
3936
4037
- name: build
4138
run: |
39+
clang -v
4240
export PATH=$(pwd)/webrtc/src/third_party/llvm-build/Release+Asserts/bin:$PATH
41+
clang -v
4342
cmake -DWEBRTCROOT=$(pwd)/webrtc -DWEBRTCSTREAMERRESSOURCE=../share/webrtc-streamer/html -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_BUILD_TYPE=${{ matrix.buildtype }} -DDETECT_OPENSSL=OFF .
4443
make VERBOSE=1
4544

.github/workflows/cpp-windows.yml

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

0 commit comments

Comments
 (0)