Skip to content

Commit

Permalink
Add workaround for conan outage: conan-io/conan#9695
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinbackhouse committed Oct 1, 2021
1 parent 887acd0 commit e6ce137
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/on_PR_linux_matrix.yml
Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/on_PR_linux_special_buils.yml
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/on_PR_mac_matrix.yml
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/on_PR_windows_matrix.yml
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/on_push_BasicWinLinMac.yml
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/on_push_ExtraJobsForMain.yml
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions ci/backup/appveyor_all_vs_versions.yml
Expand Up @@ -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
Expand Down

0 comments on commit e6ce137

Please sign in to comment.