Skip to content

Commit

Permalink
update versions, add fedora40
Browse files Browse the repository at this point in the history
  • Loading branch information
Melky-Phoe committed Sep 25, 2024
1 parent 8c0a2a5 commit 1ec9974
Show file tree
Hide file tree
Showing 47 changed files with 124 additions and 63 deletions.
2 changes: 1 addition & 1 deletion example/package/ba-logger/ba-logger_debug.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@
"fedora40"
]
}
}
}
2 changes: 1 addition & 1 deletion example/package/ba-logger/ba-logger_release.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@
"fedora40"
]
}
}
}
2 changes: 1 addition & 1 deletion example/package/boost/boost_debug.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@
"fedora40"
]
}
}
}
2 changes: 1 addition & 1 deletion example/package/boost/boost_release.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@
"fedora40"
]
}
}
}
3 changes: 2 additions & 1 deletion example/package/bzip2/bzip2_release.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
"fleet-os-2",
"ubuntu2204",
"debian12",
"ubuntu2404"
"ubuntu2404",
"fedora40"
]
}
}
10 changes: 7 additions & 3 deletions example/package/cpprestsdk/cpprestsdk_debug.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"Env": { },
"DependsOn": [ "zlib", "boost" ],
"Env": {},
"DependsOn": [
"zlib",
"boost"
],
"Git": {
"URI": "https://github.com/bringauto/cpprestsdk.git",
"Revision": "v2.10.20"
Expand Down Expand Up @@ -29,7 +32,8 @@
"ImageNames": [
"ubuntu2204",
"debian12",
"ubuntu2404"
"ubuntu2404",
"fedora40"
]
}
}
10 changes: 7 additions & 3 deletions example/package/cpprestsdk/cpprestsdk_release.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"Env": { },
"DependsOn": [ "zlib", "boost" ],
"Env": {},
"DependsOn": [
"zlib",
"boost"
],
"Git": {
"URI": "https://github.com/bringauto/cpprestsdk.git",
"Revision": "v2.10.20"
Expand Down Expand Up @@ -29,7 +32,8 @@
"ImageNames": [
"ubuntu2204",
"debian12",
"ubuntu2404"
"ubuntu2404",
"fedora40"
]
}
}
3 changes: 2 additions & 1 deletion example/package/curl/curl_debug.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
"ubuntu2204",
"fleet-os-2",
"debian12",
"ubuntu2404"
"ubuntu2404",
"fedora40"
]
}
}
3 changes: 2 additions & 1 deletion example/package/curl/curl_release.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
"ubuntu2204",
"fleet-os-2",
"debian12",
"ubuntu2404"
"ubuntu2404",
"fedora40"
]
}
}
3 changes: 2 additions & 1 deletion example/package/cxxopts/cxxopts_v3_debug.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
"ubuntu2204",
"fleet-os-2",
"debian12",
"ubuntu2404"
"ubuntu2404",
"fedora40"
]
}
}
3 changes: 2 additions & 1 deletion example/package/cxxopts/cxxopts_v3_release.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
"ubuntu2204",
"fleet-os-2",
"debian12",
"ubuntu2404"
"ubuntu2404",
"fedora40"
]
}
}
3 changes: 2 additions & 1 deletion example/package/expat/expat_debug.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
"ubuntu2204",
"fleet-os-2",
"debian12",
"ubuntu2404"
"ubuntu2404",
"fedora40"
]
}
}
3 changes: 2 additions & 1 deletion example/package/expat/expat_release.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
"ubuntu2204",
"fleet-os-2",
"debian12",
"ubuntu2404"
"ubuntu2404",
"fedora40"
]
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
{
"Env": {},
"DependsOn": [ "zlib", "boost", "fleet-protocol-interface", "fleet-protocol-cxx-helpers-static", "cpprestsdk" ],
"DependsOn": [
"zlib",
"boost",
"fleet-protocol-interface",
"fleet-protocol-cxx-helpers-static",
"cpprestsdk"
],
"Git": {
"URI": "https://github.com/bringauto/fleet-protocol-http-client-cxx.git",
"Revision": "v1.5.0"
Expand All @@ -12,8 +18,8 @@
"BRINGAUTO_INSTALL": "ON",
"BRINGAUTO_PACKAGE": "ON",
"BRINGAUTO_SYSTEM_DEP": "ON",
"BRINGAUTO_SAMPLES" : "OFF",
"BRINGAUTO_TESTS" : "OFF"
"BRINGAUTO_SAMPLES": "OFF",
"BRINGAUTO_TESTS": "OFF"
}
}
},
Expand All @@ -31,7 +37,8 @@
"ImageNames": [
"ubuntu2204",
"debian12",
"ubuntu2404"
"ubuntu2404",
"fedora40"
]
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
{
"Env": {},
"DependsOn": [ "zlib", "boost", "fleet-protocol-interface", "fleet-protocol-cxx-helpers-static", "cpprestsdk" ],
"DependsOn": [
"zlib",
"boost",
"fleet-protocol-interface",
"fleet-protocol-cxx-helpers-static",
"cpprestsdk"
],
"Git": {
"URI": "https://github.com/bringauto/fleet-protocol-http-client-cxx.git",
"Revision": "v1.5.0"
Expand All @@ -12,8 +18,8 @@
"BRINGAUTO_INSTALL": "ON",
"BRINGAUTO_PACKAGE": "ON",
"BRINGAUTO_SYSTEM_DEP": "ON",
"BRINGAUTO_SAMPLES" : "OFF",
"BRINGAUTO_TESTS" : "OFF"
"BRINGAUTO_SAMPLES": "OFF",
"BRINGAUTO_TESTS": "OFF"
}
}
},
Expand All @@ -31,7 +37,8 @@
"ImageNames": [
"ubuntu2204",
"debian12",
"ubuntu2404"
"ubuntu2404",
"fedora40"
]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"BRINGAUTO_INSTALL": "ON",
"BRINGAUTO_PACKAGE": "ON",
"BRINGAUTO_SYSTEM_DEP": "ON",
"BRINGAUTO_TESTS" : "OFF"
"BRINGAUTO_TESTS": "OFF"
}
}
},
Expand All @@ -32,7 +32,8 @@
"ImageNames": [
"ubuntu2204",
"debian12",
"ubuntu2404"
"ubuntu2404",
"fedora40"
]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"BRINGAUTO_INSTALL": "ON",
"BRINGAUTO_PACKAGE": "ON",
"BRINGAUTO_SYSTEM_DEP": "ON",
"BRINGAUTO_TESTS" : "OFF"
"BRINGAUTO_TESTS": "OFF"
}
}
},
Expand All @@ -32,7 +32,8 @@
"ImageNames": [
"ubuntu2204",
"debian12",
"ubuntu2404"
"ubuntu2404",
"fedora40"
]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"BRINGAUTO_INSTALL": "ON",
"BRINGAUTO_PACKAGE": "ON",
"BRINGAUTO_SYSTEM_DEP": "ON",
"BRINGAUTO_SAMPLES" : "OFF"
"BRINGAUTO_SAMPLES": "OFF"
}
}
},
Expand All @@ -31,7 +31,8 @@
"ubuntu2204",
"debian12",
"ubuntu1804-aarch64",
"ubuntu2404"
"ubuntu2404",
"fedora40"
]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"BRINGAUTO_INSTALL": "ON",
"BRINGAUTO_PACKAGE": "ON",
"BRINGAUTO_SYSTEM_DEP": "ON",
"BRINGAUTO_SAMPLES" : "OFF"
"BRINGAUTO_SAMPLES": "OFF"
}
}
},
Expand All @@ -31,7 +31,8 @@
"ubuntu2204",
"debian12",
"ubuntu1804-aarch64",
"ubuntu2404"
"ubuntu2404",
"fedora40"
]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@
"ubuntu2204",
"debian12",
"ubuntu1804-aarch64",
"ubuntu2404"
"ubuntu2404",
"fedora40"
]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@
"ubuntu2204",
"debian12",
"ubuntu1804-aarch64",
"ubuntu2404"
"ubuntu2404",
"fedora40"
]
}
}
3 changes: 2 additions & 1 deletion example/package/gtest/gtest_debug.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
"ubuntu2204",
"fleet-os-2",
"debian12",
"ubuntu2404"
"ubuntu2404",
"fedora40"
]
}
}
3 changes: 2 additions & 1 deletion example/package/gtest/gtest_release.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
"ubuntu2204",
"fleet-os-2",
"debian12",
"ubuntu2404"
"ubuntu2404",
"fedora40"
]
}
}
3 changes: 2 additions & 1 deletion example/package/libosmium/libosmium_debug.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@
"fleet-os-2",
"ubuntu2204",
"debian12",
"ubuntu2404"
"ubuntu2404",
"fedora40"
]
}
}
3 changes: 2 additions & 1 deletion example/package/libosmium/libosmium_release.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@
"fleet-os-2",
"ubuntu2204",
"debian12",
"ubuntu2404"
"ubuntu2404",
"fedora40"
]
}
}
3 changes: 2 additions & 1 deletion example/package/lz4/lz4_debug.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
"ubuntu2204",
"fleet-os-2",
"debian12",
"ubuntu2404"
"ubuntu2404",
"fedora40"
]
}
}
3 changes: 2 additions & 1 deletion example/package/lz4/lz4_release.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
"ubuntu2204",
"fleet-os-2",
"debian12",
"ubuntu2404"
"ubuntu2404",
"fedora40"
]
}
}
3 changes: 2 additions & 1 deletion example/package/modbuspp/modbuspp_debug.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
"ubuntu2204",
"fleet-os-2",
"debian12",
"ubuntu2404"
"ubuntu2404",
"fedora40"
]
}
}
3 changes: 2 additions & 1 deletion example/package/modbuspp/modbuspp_release.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
"ubuntu2204",
"fleet-os-2",
"debian12",
"ubuntu2404"
"ubuntu2404",
"fedora40"
]
}
}
3 changes: 2 additions & 1 deletion example/package/msgpack/msgpack_debug.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
"ubuntu2204",
"fleet-os-2",
"debian12",
"ubuntu2404"
"ubuntu2404",
"fedora40"
]
}
}
Loading

0 comments on commit 1ec9974

Please sign in to comment.