Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove ports present in vcpkg #11

Merged
merged 4 commits into from
Aug 8, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/install-framework.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
build:
name: 'build and install'
runs-on: ubuntu-22.04
container: ghcr.io/skaginn3x/skaginn3x/framework/tfc-toolchain:sha-7315878
container: ghcr.io/skaginn3x/skaginn3x/framework/tfc-toolchain:sha-09328eb
strategy:
fail-fast: false
matrix:
Expand Down
27 changes: 0 additions & 27 deletions ports/async-mqtt/portfile.cmake

This file was deleted.

28 changes: 0 additions & 28 deletions ports/async-mqtt/vcpkg.json

This file was deleted.

21 changes: 0 additions & 21 deletions ports/mp-units/portfile.cmake

This file was deleted.

19 changes: 0 additions & 19 deletions ports/mp-units/vcpkg.json

This file was deleted.

4 changes: 2 additions & 2 deletions ports/tfc-framework/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO skaginn3x/framework
REF 40ddcc277f1b384b952ed6b60147e0a1a40f371e
SHA512 d76ba7539ef27f30690de1b53642ee29ecc3ad82a1361e378581e191f909f5544e6e13cdf38712dd1c0852ca2bc6600ffdffa2916fc15cddf3b001cdcab2d46c
REF f9f38e69714d02bbce22044d823a24de6c0e50ce
SHA512 ab9731aa4c668fca4b6a28e2bd80b01e32f5ccf6328b38bee595efee021fb5d30d9d7f987e5b729da6672c7a083bf9030585e05c300d43dbea92a93544791d1d
)

if ("build-exes" IN_LIST FEATURES)
Expand Down
1 change: 1 addition & 0 deletions ports/tfc-framework/vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"sdbusplus",
"soem",
"spdlog",
"protobuf",
{
"name": "vcpkg-cmake",
"host": true
Expand Down
2 changes: 1 addition & 1 deletion test/vcpkg-configuration.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"default-registry": {
"kind": "git",
"repository": "https://github.com/microsoft/vcpkg",
"baseline": "fbc868ee5e12e3e81f464104be246ec06553c274"
"baseline": "2f6176ce98fee807a207dc9e8fec213f111c291b"
},
"overlay-triplets": [
"../triplets"
Expand Down
9 changes: 0 additions & 9 deletions versions/a-/async-mqtt.json

This file was deleted.

8 changes: 0 additions & 8 deletions versions/baseline.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
{
"default": {
"async-mqtt": {
"baseline": "1.0.5",
"port-version": 0
},
"azmq": {
"baseline": "1.0.4",
"port-version": 0
Expand All @@ -20,10 +16,6 @@
"baseline": "4.4.33",
"port-version": 0
},
"mp-units": {
"baseline": "0.8.0",
"port-version": 0
},
"sdbusplus": {
"baseline": "1.0.0",
"port-version": 0
Expand Down
14 changes: 0 additions & 14 deletions versions/m-/mp-units.json

This file was deleted.

Loading