Get rid of Mason
This commit is contained in:
parent
983774901b
commit
a66e93ef54
1
.github/workflows/osrm-backend.yml
vendored
1
.github/workflows/osrm-backend.yml
vendored
@ -89,6 +89,7 @@ jobs:
|
||||
run: |
|
||||
npm ci --ignore-scripts
|
||||
wget https://github.com/muttleyxd/clang-tools-static-binaries/releases/download/master-208096c1/clang-format-10_linux-amd64 -o /usr/local/bin/clang-format-10.0.0
|
||||
chmod +x /usr/local/bin/clang-format-10.0.0
|
||||
clang-format-10.0.0 --version
|
||||
# sudo apt-get update -y && sudo apt-get install clang-format-10
|
||||
- name: Run checks
|
||||
|
||||
@ -24,6 +24,7 @@
|
||||
- FIXED: Bug in bicycle profile that caused exceptions if there is a highway=bicycle in the data. [#6296](https://github.com/Project-OSRM/osrm-backend/pull/6296)
|
||||
- FIXED: Internal refactoring of identifier types used in data facade [#6044](https://github.com/Project-OSRM/osrm-backend/pull/6044)
|
||||
- Build:
|
||||
- REMOVED: Get rid of Mason. [#6387](https://github.com/Project-OSRM/osrm-backend/pull/6387)
|
||||
- ADDED: Build Node bindings on Windows. [#6334](https://github.com/Project-OSRM/osrm-backend/pull/6334)
|
||||
- ADDED: Configure cross-compilation for Apple Silicon. [#6360](https://github.com/Project-OSRM/osrm-backend/pull/6360)
|
||||
- CHANGED: Use apt-get to install Clang on CI. [#6345](https://github.com/Project-OSRM/osrm-backend/pull/6345)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user