Skip to content
Snippets Groups Projects
Commit e645a2a9 authored by Дмитрий Кибирев's avatar Дмитрий Кибирев Committed by Dmitry Ivanov
Browse files

fix(ci): compile error for macos

Add the temporary path for macos CI.

NO_DOC=picodata internal patch
NO_CHANGELOG=picodata internal patch
NO_TEST=picodata internal patch
parent 9c2ab33c
No related branches found
No related tags found
No related merge requests found
...@@ -40,6 +40,7 @@ test_mac-m1: ...@@ -40,6 +40,7 @@ test_mac-m1:
tags: [mac-dev-m1] tags: [mac-dev-m1]
script: script:
- ulimit -n 10240 - ulimit -n 10240
- sudo mkdir -p /private/tmp/t
- sudo chown -R $(id -u) /private/tmp/t - sudo chown -R $(id -u) /private/tmp/t
- export PATH="$PATH:$PWD" # for GLAuth (CMake will download it) - export PATH="$PATH:$PWD" # for GLAuth (CMake will download it)
- make -f .test.mk build - make -f .test.mk build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment