Skip to content

Commit 95daa1b

Browse files
committed
removed the macOS without DDS GHA
1 parent a3d7eb5 commit 95daa1b

File tree

1 file changed

+0
-35
lines changed

1 file changed

+0
-35
lines changed

.github/workflows/buildsCI.yaml

Lines changed: 0 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -553,41 +553,6 @@ jobs:
553553
554554
#--------------------------------------------------------------------------------
555555

556-
Mac_cpp:
557-
runs-on: macos-14
558-
timeout-minutes: 60
559-
560-
steps:
561-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 #v4
562-
563-
- name: Check_API
564-
shell: bash
565-
run: |
566-
cd scripts
567-
./api_check.sh
568-
cd ..
569-
570-
- name: Prebuild
571-
run: |
572-
mkdir build
573-
# install coreutils for greadlink use
574-
brew install coreutils
575-
brew install homebrew/core/glfw;
576-
brew list libusb || brew install libusb;
577-
578-
- name: Build
579-
run: |
580-
cd build
581-
# `OPENSSL_ROOT_DIR` setting is Used by libcurl for 'CHECK_FOR_UPDATES' capability
582-
# We use "greadlink -f" which is mac-os parallel command to "readlink -f" from Linux (-f to convert relative link to absolute link)
583-
export OPENSSL_ROOT_DIR=`greadlink -f /usr/local/opt/[email protected]`
584-
echo "OPENSSL_ROOT_DIR = ${OPENSSL_ROOT_DIR}"
585-
cmake .. -DCMAKE_BUILD_TYPE=${{env.LRS_BUILD_CONFIG}} -DBUILD_EXAMPLES=true -DBUILD_WITH_OPENMP=false -DHWM_OVER_XU=false -DCHECK_FOR_UPDATES=true
586-
cmake --build . -- -j4
587-
ls
588-
589-
#--------------------------------------------------------------------------------
590-
591556
Mac_DDS_cpp:
592557
runs-on: macos-15
593558
timeout-minutes: 60

0 commit comments

Comments
 (0)