Skip to content

Commit 73e5467

Browse files
committed
Add build files 2025-11-02-1254
1 parent f7f983f commit 73e5467

File tree

17,275 files changed

+2256272
-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.

17,275 files changed

+2256272
-0
lines changed

.github/workflows/osx_arm64.yml

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
jobs:
2+
stage_0_job_0:
3+
name: clearpath-description librealsense2 bonxai-ros clearpath-generator-common
4+
runs-on: macos-14
5+
strategy:
6+
fail-fast: false
7+
needs: []
8+
steps:
9+
- name: Checkout code
10+
uses: actions/checkout@v4
11+
- name: Build ros-jazzy-clearpath-description ros-jazzy-librealsense2 ros-jazzy-bonxai-ros
12+
ros-jazzy-clearpath-generator-common
13+
env:
14+
ANACONDA_API_TOKEN: ${{ secrets.ANACONDA_API_TOKEN }}
15+
CURRENT_RECIPES: ros-jazzy-clearpath-description ros-jazzy-librealsense2 ros-jazzy-bonxai-ros
16+
ros-jazzy-clearpath-generator-common
17+
BUILD_TARGET: osx-arm64
18+
run: |
19+
export CI=azure
20+
export GIT_BRANCH=$BUILD_SOURCEBRANCHNAME
21+
export FEEDSTOCK_NAME=$(basename ${BUILD_REPOSITORY_NAME})
22+
.scripts/build_unix.sh --target $BUILD_TARGET
23+
stage_1_job_1:
24+
name: clearpath-common
25+
runs-on: macos-14
26+
strategy:
27+
fail-fast: false
28+
needs:
29+
- stage_0_job_0
30+
steps:
31+
- name: Checkout code
32+
uses: actions/checkout@v4
33+
- name: Build ros-jazzy-clearpath-common
34+
env:
35+
ANACONDA_API_TOKEN: ${{ secrets.ANACONDA_API_TOKEN }}
36+
CURRENT_RECIPES: ros-jazzy-clearpath-common
37+
BUILD_TARGET: osx-arm64
38+
run: |
39+
export CI=azure
40+
export GIT_BRANCH=$BUILD_SOURCEBRANCHNAME
41+
export FEEDSTOCK_NAME=$(basename ${BUILD_REPOSITORY_NAME})
42+
.scripts/build_unix.sh --target $BUILD_TARGET
43+
name: build_osx_arm64
44+
on:
45+
push:
46+
branches:
47+
- buildbranch_osx_arm64

.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.12

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

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

.pixi/envs/default/bin/adig

47.9 KB
Binary file not shown.

.pixi/envs/default/bin/ahost

16.7 KB
Binary file not shown.

.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-jazzy/ros-jazzy/.pixi/envs/default/bin/python3.12
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-jazzy/ros-jazzy/.pixi/envs/default/bin/python3.12
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

306 KB
Binary file not shown.

0 commit comments

Comments
 (0)