Skip to content

Commit 749b3a0

Browse files
authored
update vcpkg baseline (#107)
* update vcpkg baseline * CI: do not pin vcpkg
1 parent 95ace41 commit 749b3a0

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

.github/workflows/build_install_test_vcpkg.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,6 @@ jobs:
9292
git clone https://github.com/microsoft/vcpkg.git
9393
echo "VCPKG_ROOT=${{ github.workspace }}/vcpkg" >> "$GITHUB_ENV"
9494
echo "${{ github.workspace }}/vcpkg" >> $GITHUB_PATH
95-
cd vcpkg
96-
git checkout 0104b799f55b33a4e1b97ecc3a975da664540b71
9795
9896
- if: runner.os == 'Windows'
9997
name: "Bootstrap vcpkg"

apps/roofer-app/crop_tile.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ bool crop_tile(const roofer::TBox<double>& tile,
6363

6464
// simplify + buffer footprints
6565
logger.info("Simplifying and buffering footprints...");
66-
vector_ops->simplify_polygons(footprints);
66+
// vector_ops->simplify_polygons(footprints);
6767
auto buffered_footprints = footprints;
6868
vector_ops->buffer_polygons(buffered_footprints);
6969

vcpkg.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@
2929
"lastools",
3030
{
3131
"name": "mimalloc",
32-
"features": [
33-
]
32+
"features": []
3433
},
3534
{
3635
"name": "gdal",
@@ -64,5 +63,5 @@
6463
"version": "3.11.3"
6564
}
6665
],
67-
"builtin-baseline": "0104b799f55b33a4e1b97ecc3a975da664540b71"
66+
"builtin-baseline": "1d0f0a396cf00af25fbcb5550917c25ac64aa240"
6867
}

0 commit comments

Comments
 (0)