Move the symlink to build_script stage.
This commit is contained in:
parent
8cf84c9226
commit
c0dcb9303a
|
@ -234,9 +234,6 @@ macos_task_template: &MACOS_TASK_TEMPLATE
|
|||
- echo $PATH
|
||||
- export PATH="${HOME}/.local/bin:`python3 -m site --user-base`/bin:$PATH"
|
||||
- echo $PATH
|
||||
- whereis python3
|
||||
- sudo ln -s -f /usr/bin/python3 /usr/local/bin/python
|
||||
- whereis python
|
||||
- chmod -R 755 /opt/homebrew/opt/qt6/*
|
||||
- chmod -R 755 /opt/homebrew/opt/openssl@1.1/*
|
||||
- python3 --version
|
||||
|
@ -250,6 +247,9 @@ macos_task_template: &MACOS_TASK_TEMPLATE
|
|||
- echo $PATH
|
||||
- export PATH="${HOME}/.local/bin:`python3 -m site --user-base`/bin:$PATH"
|
||||
- echo $PATH
|
||||
- whereis python3
|
||||
- sudo ln -s -f /usr/bin/python3 /usr/local/bin/python
|
||||
- whereis python
|
||||
- pwd
|
||||
- conan profile new valentina
|
||||
- conan profile update settings.build_type=Release valentina
|
||||
|
|
Loading…
Reference in New Issue
Block a user