Add workaround for conan outage: https://github.com/conan-io/conan/issues/9695
This commit is contained in:
parent
887acd098a
commit
e6ce13729b
1
.github/workflows/on_PR_linux_matrix.yml
vendored
1
.github/workflows/on_PR_linux_matrix.yml
vendored
@ -23,6 +23,7 @@ jobs:
|
||||
|
||||
- name: Conan common config
|
||||
run: |
|
||||
conan config install https://github.com/conan-io/conanclientcert.git
|
||||
conan profile new --detect default
|
||||
conan profile update settings.build_type=${{matrix.build_type}} default
|
||||
conan profile update settings.compiler.libcxx=libstdc++11 default
|
||||
|
||||
@ -20,6 +20,7 @@ jobs:
|
||||
|
||||
- name: Conan common config
|
||||
run: |
|
||||
conan config install https://github.com/conan-io/conanclientcert.git
|
||||
conan profile new --detect default
|
||||
conan profile update settings.compiler.libcxx=libstdc++11 default
|
||||
|
||||
@ -68,6 +69,7 @@ jobs:
|
||||
|
||||
- name: Conan common config
|
||||
run: |
|
||||
conan config install https://github.com/conan-io/conanclientcert.git
|
||||
conan profile new --detect default
|
||||
conan profile update settings.compiler.libcxx=libstdc++11 default
|
||||
|
||||
@ -106,6 +108,7 @@ jobs:
|
||||
|
||||
- name: Conan common config
|
||||
run: |
|
||||
conan config install https://github.com/conan-io/conanclientcert.git
|
||||
conan profile new --detect default
|
||||
conan profile update settings.compiler.libcxx=libstdc++11 default
|
||||
|
||||
@ -144,6 +147,7 @@ jobs:
|
||||
|
||||
- name: Conan common config
|
||||
run: |
|
||||
conan config install https://github.com/conan-io/conanclientcert.git
|
||||
conan profile new --detect default
|
||||
conan profile update settings.compiler.libcxx=libstdc++11 default
|
||||
|
||||
|
||||
1
.github/workflows/on_PR_mac_matrix.yml
vendored
1
.github/workflows/on_PR_mac_matrix.yml
vendored
@ -24,6 +24,7 @@ jobs:
|
||||
- name: Run Conan
|
||||
run: |
|
||||
mkdir build && cd build
|
||||
conan config install https://github.com/conan-io/conanclientcert.git
|
||||
conan profile new --detect default
|
||||
conan profile show default
|
||||
conan install .. -o webready=True --build missing
|
||||
|
||||
1
.github/workflows/on_PR_windows_matrix.yml
vendored
1
.github/workflows/on_PR_windows_matrix.yml
vendored
@ -47,6 +47,7 @@ jobs:
|
||||
- name: Install Conan & Common config
|
||||
run: |
|
||||
pip.exe install "conan==1.39.0"
|
||||
conan config install https://github.com/conan-io/conanclientcert.git
|
||||
conan profile new --detect default
|
||||
conan profile update settings.build_type=${{matrix.build_type}} default
|
||||
conan config set storage.path=$Env:GITHUB_WORKSPACE/conanCache
|
||||
|
||||
2
.github/workflows/on_push_BasicWinLinMac.yml
vendored
2
.github/workflows/on_push_BasicWinLinMac.yml
vendored
@ -32,6 +32,7 @@ jobs:
|
||||
- name: Install Conan & Common config
|
||||
run: |
|
||||
pip.exe install "conan==1.39.0"
|
||||
conan config install https://github.com/conan-io/conanclientcert.git
|
||||
conan profile new --detect default
|
||||
conan profile show default
|
||||
|
||||
@ -69,6 +70,7 @@ jobs:
|
||||
- name: Conan
|
||||
run: |
|
||||
mkdir build && cd build
|
||||
conan config install https://github.com/conan-io/conanclientcert.git
|
||||
conan profile new --detect default
|
||||
conan profile update settings.compiler.libcxx=libstdc++11 default
|
||||
conan profile show default
|
||||
|
||||
@ -21,6 +21,7 @@ jobs:
|
||||
|
||||
- name: Conan common config
|
||||
run: |
|
||||
conan config install https://github.com/conan-io/conanclientcert.git
|
||||
conan profile new --detect default
|
||||
conan profile update settings.compiler.libcxx=libstdc++11 default
|
||||
|
||||
|
||||
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -29,6 +29,7 @@ jobs:
|
||||
|
||||
- name: Conan common config
|
||||
run: |
|
||||
conan config install https://github.com/conan-io/conanclientcert.git
|
||||
conan profile new --detect default
|
||||
conan profile update settings.build_type=Release default
|
||||
conan profile update settings.compiler.libcxx=libstdc++11 default
|
||||
@ -127,6 +128,7 @@ jobs:
|
||||
- name: Install Conan & Common config
|
||||
run: |
|
||||
pip.exe install "conan==1.39.0"
|
||||
conan config install https://github.com/conan-io/conanclientcert.git
|
||||
conan profile new --detect default
|
||||
conan profile update settings.build_type=Release default
|
||||
conan config set storage.path=$Env:GITHUB_WORKSPACE/conanCache
|
||||
|
||||
@ -47,6 +47,7 @@ install:
|
||||
- cd %APPVEYOR_BUILD_FOLDER%
|
||||
|
||||
before_build:
|
||||
- cmd: conan config install https://github.com/conan-io/conanclientcert.git
|
||||
- cmd: conan remote list
|
||||
- cmd: conan config set storage.path=c:\Users\appveyor\conanCache
|
||||
- cmd: conan profile new --detect default
|
||||
|
||||
Loading…
Reference in New Issue
Block a user