Skip to content

Commit

Permalink
Revert "Use a local port of re2 with a patch to work with cmake 3.29.1 (
Browse files Browse the repository at this point in the history
G-Research#440)"

This reverts commit 7994c97.
  • Loading branch information
adamreeve committed May 6, 2024
1 parent e25b38c commit 0d75561
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 66 deletions.
3 changes: 1 addition & 2 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,8 @@ FROM cpp AS vcpkg

USER vscode

# Copy our vcpkg manifest and ports
# Copy our vcpkg manifest
COPY --chown=vscode:vscode vcpkg.json /tmp/build/
COPY --chown=vscode:vscode ports /tmp/build/ports

# Install vcpkg
RUN sudo mkdir -p $VCPKG_ROOT \
Expand Down
3 changes: 1 addition & 2 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
**
!vcpkg.json
!ports
!*/*.csproj
!*/*.csproj
2 changes: 0 additions & 2 deletions .github/workflows/devcontainer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ on:
- "vcpkg.json"
- "*/*.csproj"
- ".github/workflows/devcontainer.yml"
- "ports/**"
pull_request:
branches: [master]
paths:
Expand All @@ -18,7 +17,6 @@ on:
- "vcpkg.json"
- "*/*.csproj"
- ".github/workflows/devcontainer.yml"
- "ports/**"
# Run once a week
schedule:
- cron: "34 2 * * 2"
Expand Down
25 changes: 0 additions & 25 deletions ports/re2/portfile.cmake

This file was deleted.

13 changes: 0 additions & 13 deletions ports/re2/remove_include_dir.patch

This file was deleted.

18 changes: 0 additions & 18 deletions ports/re2/vcpkg.json

This file was deleted.

5 changes: 1 addition & 4 deletions vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,5 @@
"name": "arrow",
"version": "16.0.0#1"
}
],
"vcpkg-configuration": {
"overlay-ports": ["./ports"]
}
]
}

0 comments on commit 0d75561

Please sign in to comment.