Skip to content

Commit

Permalink
Bump Conan version
Browse files Browse the repository at this point in the history
  • Loading branch information
mjjbell committed Oct 10, 2022
1 parent a901f64 commit 4a5d9c9
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/osrm-backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
ENABLE_APPLE_SILICON: "OFF"
steps:
- uses: actions/checkout@v3
- run: pip install conan==1.51.3
- run: pip install conan==1.53.0
- run: conan --version
- run: cmake --version
- uses: actions/setup-node@v3
Expand Down Expand Up @@ -252,7 +252,7 @@ jobs:
CXXFLAGS: "-m32 -msse2 -mfpmath=sse"
TARGET_ARCH: i686
ENABLE_CONAN: ON

- name: gcc-8-release
continue-on-error: false
node: 12
Expand Down Expand Up @@ -460,7 +460,7 @@ jobs:
CUCUMBER_TIMEOUT: 60000
ENABLE_ASSERTIONS: ON
ENABLE_CONAN: ON

- name: conan-macos-arm64-release-node-lts
build_node_package: true
continue-on-error: true
Expand Down Expand Up @@ -553,7 +553,7 @@ jobs:
key: v3-test-${{ matrix.name }}-${{ github.sha }}
restore-keys: |
v3-test-${{ matrix.name }}-
- name: Prepare environment
run: |
PACKAGE_JSON_VERSION=$(node -e "console.log(require('./package.json').version)")
Expand All @@ -574,20 +574,20 @@ jobs:
- name: Install dev dependencies
run: |
python3 -m pip install conan==1.51.3
python3 -m pip install conan==1.53.0
# ccache
if [[ "${RUNNER_OS}" == "Linux" ]]; then
sudo apt-get update -y && sudo apt-get install ccache
elif [[ "${RUNNER_OS}" == "macOS" ]]; then
brew install ccache
fi
# clang
if [[ "${CCOMPILER}" == "clang-6.0" ]]; then
sudo apt-get update -y && sudo apt-get install clang++-6
fi
# Linux dev packages
if [ "${TARGET_ARCH}" != "i686" ] && [ "${ENABLE_CONAN}" != "ON" ]; then
sudo apt-get update -y
Expand Down Expand Up @@ -697,7 +697,7 @@ jobs:
run: |
pushd ${OSRM_BUILD_DIR}
make --jobs=${JOBS} benchmarks
./src/benchmarks/alias-bench
./src/benchmarks/alias-bench
./src/benchmarks/json-render-bench ../src/benchmarks/portugal_to_korea.json
./src/benchmarks/match-bench ../test/data/ch/monaco.osrm
./src/benchmarks/packedvector-bench
Expand Down

0 comments on commit 4a5d9c9

Please sign in to comment.