Skip to content

Commit d05fcd0

Browse files
committed
debug
1 parent 8f4e395 commit d05fcd0

File tree

9 files changed

+2
-491
lines changed

9 files changed

+2
-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: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@ 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: brew install p7zip openssl rtmpdump && brew link --force openssl
@@ -36,7 +32,9 @@ jobs:
3632
3733
- name: build
3834
run: |
35+
clang -v
3936
export PATH=$(pwd)/webrtc/src/third_party/llvm-build/Release+Asserts/bin:$PATH
37+
clang -v
4038
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 .
4139
make VERBOSE=1
4240

.github/workflows/cpp-windows.yml

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

0 commit comments

Comments
 (0)