Skip to content

Commit 0b37b7e

Browse files
committed
Add build files 2026-02-24-0951
1 parent 1805017 commit 0b37b7e

File tree

12,999 files changed

+1835358
-0
lines changed

Some content is hidden

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

12,999 files changed

+1835358
-0
lines changed
Lines changed: 163 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,163 @@
1+
jobs:
2+
stage_0_job_0:
3+
name: as2-core
4+
runs-on: ubuntu-24.04-arm
5+
strategy:
6+
fail-fast: false
7+
needs: []
8+
steps:
9+
- name: Checkout code
10+
uses: actions/checkout@v4
11+
- name: Build ros-humble-as2-core
12+
env:
13+
ANACONDA_API_TOKEN: ${{ secrets.ANACONDA_API_TOKEN }}
14+
CURRENT_RECIPES: ros-humble-as2-core
15+
BUILD_TARGET: linux-aarch64
16+
run: |
17+
export CI=azure
18+
export GIT_BRANCH=$BUILD_SOURCEBRANCHNAME
19+
export FEEDSTOCK_NAME=$(basename ${BUILD_REPOSITORY_NAME})
20+
.scripts/build_unix.sh --target $BUILD_TARGET
21+
stage_1_job_1:
22+
name: as2-motion-reference-handlers as2-gazebo-assets as2-behavior as2-usb-camera-interface
23+
as2-state-estimator
24+
runs-on: ubuntu-24.04-arm
25+
strategy:
26+
fail-fast: false
27+
needs:
28+
- stage_0_job_0
29+
steps:
30+
- name: Checkout code
31+
uses: actions/checkout@v4
32+
- name: Build ros-humble-as2-motion-reference-handlers ros-humble-as2-gazebo-assets
33+
ros-humble-as2-behavior ros-humble-as2-usb-camera-interface ros-humble-as2-state-estimator
34+
env:
35+
ANACONDA_API_TOKEN: ${{ secrets.ANACONDA_API_TOKEN }}
36+
CURRENT_RECIPES: ros-humble-as2-motion-reference-handlers ros-humble-as2-gazebo-assets
37+
ros-humble-as2-behavior ros-humble-as2-usb-camera-interface ros-humble-as2-state-estimator
38+
BUILD_TARGET: linux-aarch64
39+
run: |
40+
export CI=azure
41+
export GIT_BRANCH=$BUILD_SOURCEBRANCHNAME
42+
export FEEDSTOCK_NAME=$(basename ${BUILD_REPOSITORY_NAME})
43+
.scripts/build_unix.sh --target $BUILD_TARGET
44+
stage_1_job_2:
45+
name: as2-realsense-interface as2-platform-multirotor-simulator as2-map-server
46+
as2-geozones as2-external-object-to-tf
47+
runs-on: ubuntu-24.04-arm
48+
strategy:
49+
fail-fast: false
50+
needs:
51+
- stage_0_job_0
52+
steps:
53+
- name: Checkout code
54+
uses: actions/checkout@v4
55+
- name: Build ros-humble-as2-realsense-interface ros-humble-as2-platform-multirotor-simulator
56+
ros-humble-as2-map-server ros-humble-as2-geozones ros-humble-as2-external-object-to-tf
57+
env:
58+
ANACONDA_API_TOKEN: ${{ secrets.ANACONDA_API_TOKEN }}
59+
CURRENT_RECIPES: ros-humble-as2-realsense-interface ros-humble-as2-platform-multirotor-simulator
60+
ros-humble-as2-map-server ros-humble-as2-geozones ros-humble-as2-external-object-to-tf
61+
BUILD_TARGET: linux-aarch64
62+
run: |
63+
export CI=azure
64+
export GIT_BRANCH=$BUILD_SOURCEBRANCHNAME
65+
export FEEDSTOCK_NAME=$(basename ${BUILD_REPOSITORY_NAME})
66+
.scripts/build_unix.sh --target $BUILD_TARGET
67+
stage_1_job_3:
68+
name: as2-behavior-tree as2-alphanumeric-viewer
69+
runs-on: ubuntu-24.04-arm
70+
strategy:
71+
fail-fast: false
72+
needs:
73+
- stage_0_job_0
74+
steps:
75+
- name: Checkout code
76+
uses: actions/checkout@v4
77+
- name: Build ros-humble-as2-behavior-tree ros-humble-as2-alphanumeric-viewer
78+
env:
79+
ANACONDA_API_TOKEN: ${{ secrets.ANACONDA_API_TOKEN }}
80+
CURRENT_RECIPES: ros-humble-as2-behavior-tree ros-humble-as2-alphanumeric-viewer
81+
BUILD_TARGET: linux-aarch64
82+
run: |
83+
export CI=azure
84+
export GIT_BRANCH=$BUILD_SOURCEBRANCHNAME
85+
export FEEDSTOCK_NAME=$(basename ${BUILD_REPOSITORY_NAME})
86+
.scripts/build_unix.sh --target $BUILD_TARGET
87+
stage_2_job_4:
88+
name: as2-python-api as2-visualization as2-rviz-plugins as2-platform-gazebo as2-motion-controller
89+
runs-on: ubuntu-24.04-arm
90+
strategy:
91+
fail-fast: false
92+
needs:
93+
- stage_1_job_1
94+
- stage_1_job_2
95+
- stage_1_job_3
96+
steps:
97+
- name: Checkout code
98+
uses: actions/checkout@v4
99+
- name: Build ros-humble-as2-python-api ros-humble-as2-visualization ros-humble-as2-rviz-plugins
100+
ros-humble-as2-platform-gazebo ros-humble-as2-motion-controller
101+
env:
102+
ANACONDA_API_TOKEN: ${{ secrets.ANACONDA_API_TOKEN }}
103+
CURRENT_RECIPES: ros-humble-as2-python-api ros-humble-as2-visualization ros-humble-as2-rviz-plugins
104+
ros-humble-as2-platform-gazebo ros-humble-as2-motion-controller
105+
BUILD_TARGET: linux-aarch64
106+
run: |
107+
export CI=azure
108+
export GIT_BRANCH=$BUILD_SOURCEBRANCHNAME
109+
export FEEDSTOCK_NAME=$(basename ${BUILD_REPOSITORY_NAME})
110+
.scripts/build_unix.sh --target $BUILD_TARGET
111+
stage_2_job_5:
112+
name: as2-behaviors-trajectory-generation as2-behaviors-platform as2-behaviors-perception
113+
as2-behaviors-path-planning as2-behaviors-motion
114+
runs-on: ubuntu-24.04-arm
115+
strategy:
116+
fail-fast: false
117+
needs:
118+
- stage_1_job_1
119+
- stage_1_job_2
120+
- stage_1_job_3
121+
steps:
122+
- name: Checkout code
123+
uses: actions/checkout@v4
124+
- name: Build ros-humble-as2-behaviors-trajectory-generation ros-humble-as2-behaviors-platform
125+
ros-humble-as2-behaviors-perception ros-humble-as2-behaviors-path-planning
126+
ros-humble-as2-behaviors-motion
127+
env:
128+
ANACONDA_API_TOKEN: ${{ secrets.ANACONDA_API_TOKEN }}
129+
CURRENT_RECIPES: ros-humble-as2-behaviors-trajectory-generation ros-humble-as2-behaviors-platform
130+
ros-humble-as2-behaviors-perception ros-humble-as2-behaviors-path-planning
131+
ros-humble-as2-behaviors-motion
132+
BUILD_TARGET: linux-aarch64
133+
run: |
134+
export CI=azure
135+
export GIT_BRANCH=$BUILD_SOURCEBRANCHNAME
136+
export FEEDSTOCK_NAME=$(basename ${BUILD_REPOSITORY_NAME})
137+
.scripts/build_unix.sh --target $BUILD_TARGET
138+
stage_3_job_6:
139+
name: as2-keyboard-teleoperation aerostack2
140+
runs-on: ubuntu-24.04-arm
141+
strategy:
142+
fail-fast: false
143+
needs:
144+
- stage_2_job_4
145+
- stage_2_job_5
146+
steps:
147+
- name: Checkout code
148+
uses: actions/checkout@v4
149+
- name: Build ros-humble-as2-keyboard-teleoperation ros-humble-aerostack2
150+
env:
151+
ANACONDA_API_TOKEN: ${{ secrets.ANACONDA_API_TOKEN }}
152+
CURRENT_RECIPES: ros-humble-as2-keyboard-teleoperation ros-humble-aerostack2
153+
BUILD_TARGET: linux-aarch64
154+
run: |
155+
export CI=azure
156+
export GIT_BRANCH=$BUILD_SOURCEBRANCHNAME
157+
export FEEDSTOCK_NAME=$(basename ${BUILD_REPOSITORY_NAME})
158+
.scripts/build_unix.sh --target $BUILD_TARGET
159+
name: build_linux_aarch64
160+
on:
161+
push:
162+
branches:
163+
- buildbranch_linux_aarch64

.pixi/.condapackageignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
.pixi
2+
!.pixi/config.toml

.pixi/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
*
2+
!config.toml

.pixi/envs/default/bin/2to3

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2to3-3.11

.pixi/envs/default/bin/2to3-3.11

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/home/runner/work/ros-humble/ros-humble/.pixi/envs/default/bin/python3.11
2+
import sys
3+
from lib2to3.main import main
4+
5+
sys.exit(main("lib2to3.fixes"))

.pixi/envs/default/bin/anaconda

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
#!/home/runner/work/ros-humble/ros-humble/.pixi/envs/default/bin/python3.11
2+
# -*- coding: utf-8 -*-
3+
import re
4+
import sys
5+
6+
from anaconda_cli_base.cli import app
7+
8+
if __name__ == '__main__':
9+
sys.argv[0] = re.sub(r'(-script\.pyw?|\.exe)?$', '', sys.argv[0])
10+
sys.exit(app())

.pixi/envs/default/bin/binstar

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
#!/home/runner/work/ros-humble/ros-humble/.pixi/envs/default/bin/python3.11
2+
# -*- coding: utf-8 -*-
3+
import re
4+
import sys
5+
6+
from binstar_client.scripts.cli import main
7+
8+
if __name__ == '__main__':
9+
sys.argv[0] = re.sub(r'(-script\.pyw?|\.exe)?$', '', sys.argv[0])
10+
sys.exit(main())

.pixi/envs/default/bin/bunzip2

294 KB
Binary file not shown.

.pixi/envs/default/bin/bzcat

294 KB
Binary file not shown.

.pixi/envs/default/bin/bzcmp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
bzdiff

0 commit comments

Comments
 (0)