Skip to content

Commit 7b8ab03

Browse files
authored
Drop alpine 3.17 (#1150)
1 parent ad71dcb commit 7b8ab03

File tree

1,148 files changed

+1
-198600
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,148 files changed

+1
-198600
lines changed

.aports.yml

Lines changed: 0 additions & 63 deletions
Original file line numberDiff line numberDiff line change
@@ -84,66 +84,3 @@ repos:
8484
- remote: "mirror"
8585
paths: ["v3.20/ros/jazzy"]
8686
archive_paths: ["archives/v3.20/ros/jazzy"]
87-
backports-3.17:
88-
main_ref: "master"
89-
build_args:
90-
ALPINE_VERSION: "3.17"
91-
envs:
92-
JOBS: 4
93-
PURGE_OBSOLETE: "yes"
94-
STACK_PROTECTOR: "on"
95-
args: ["v3.17/backports"]
96-
repo_path: "/home/builder/packages/backports"
97-
cache_path: "/cache"
98-
sign_key_path: "/home/builder/.abuild/[email protected]"
99-
upload:
100-
- remote: "main"
101-
paths: ["v3.17/backports"]
102-
archive_paths: ["archives/v3.17/backports"]
103-
- remote: "mirror"
104-
paths: ["v3.17/backports"]
105-
archive_paths: ["archives/v3.17/backports"]
106-
noetic-3.17:
107-
main_ref: "master"
108-
deps:
109-
backports-3.17: /home/builder/deps/backports
110-
build_args:
111-
ALPINE_VERSION: "3.17"
112-
ROS_DISTRO: "noetic"
113-
envs:
114-
JOBS: 4
115-
PURGE_OBSOLETE: "yes"
116-
STACK_PROTECTOR: "on"
117-
args: ["v3.17/ros/noetic"]
118-
repo_path: "/home/builder/packages/noetic"
119-
cache_path: "/cache"
120-
sign_key_path: "/home/builder/.abuild/[email protected]"
121-
upload:
122-
- remote: "main"
123-
paths: ["v3.17/ros/noetic"]
124-
archive_paths: ["archives/v3.17/ros/noetic"]
125-
- remote: "mirror"
126-
paths: ["v3.17/ros/noetic"]
127-
archive_paths: ["archives/v3.17/ros/noetic"]
128-
humble-3.17:
129-
main_ref: "master"
130-
deps:
131-
backports-3.17: /home/builder/deps/backports
132-
build_args:
133-
ALPINE_VERSION: "3.17"
134-
ROS_DISTRO: "humble"
135-
envs:
136-
JOBS: 4
137-
PURGE_OBSOLETE: "yes"
138-
STACK_PROTECTOR: "on"
139-
args: ["v3.17/ros/humble"]
140-
repo_path: "/home/builder/packages/humble"
141-
cache_path: "/cache"
142-
sign_key_path: "/home/builder/.abuild/[email protected]"
143-
upload:
144-
- remote: "main"
145-
paths: ["v3.17/ros/humble"]
146-
archive_paths: ["archives/v3.17/ros/humble"]
147-
- remote: "mirror"
148-
paths: ["v3.17/ros/humble"]
149-
archive_paths: ["archives/v3.17/ros/humble"]

build-repo.sh

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,7 @@ case "${STACK_PROTECTOR:-yes}" in
3636
esac
3737

3838
CFLAGS="${COMMON_GCC_FLAGS} ${CFLAGS:-}"
39-
CXXFLAGS="${COMMON_GCC_FLAGS} ${CXXFLAGS:-}"
40-
41-
if [ "${ALPINE_VERSION}" != "3.17" ]; then
42-
CXXFLAGS="${CXXFLAGS} -std=c++14"
43-
fi
39+
CXXFLAGS="${COMMON_GCC_FLAGS} ${CXXFLAGS:-} -std=c++14"
4440

4541
echo "export CFLAGS=\"${CFLAGS}\"" | sudo tee -a /etc/abuild.conf
4642
echo "export CXXFLAGS=\"${CXXFLAGS}\"" | sudo tee -a /etc/abuild.conf

v3.17/backports/assimp/APKBUILD

Lines changed: 0 additions & 39 deletions
This file was deleted.

v3.17/backports/bullet3/APKBUILD

Lines changed: 0 additions & 40 deletions
This file was deleted.

v3.17/backports/ceres-solver/APKBUILD

Lines changed: 0 additions & 41 deletions
This file was deleted.

v3.17/backports/clisp/APKBUILD

Lines changed: 0 additions & 48 deletions
This file was deleted.

v3.17/backports/collada-dom/APKBUILD

Lines changed: 0 additions & 38 deletions
This file was deleted.

v3.17/backports/collada-dom/fix-return-type.patch

Lines changed: 0 additions & 31 deletions
This file was deleted.

v3.17/backports/console_bridge/APKBUILD

Lines changed: 0 additions & 47 deletions
This file was deleted.

v3.17/backports/console_bridge/cmake_config_install_dir.patch

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)