-
-
Notifications
You must be signed in to change notification settings - Fork 73
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update conda_forge_pinnings.yaml * Update pinnings * Bump build numbers * Build requested packages * Fixup * No need for opencv pinning anymore * Old ogre for noetic * Sync with humble * Fix * Fix * Sync * full_rebuild=true * Update run_constraints * Fixup rviz patch * Update vinca_linux_aarch64.yaml * Update vinca_osx_arm64.yaml * Update vinca_win.yaml * pcl 1.12.1 * qt 5.15 * Fixup qt-main for linux * Add -DNOGDI to Windows build or RViz (#296) To avoid #295 (comment), see ros-industrial/abb_robot_driver#17 (comment) . * Bump jackal packages, use now released noetic packages instead of melodic ones * Add libcurl mapping * Update patches * Actually rebuild all packages * Additional mappings * Fix qt-gui-cpp issues * Fixup * Fixup again * Last remaining qt-gui-cpp fixes * Fix rviz on Linux, rtabmap does not currently work due to mismatched migrations re boost and vtk * Fixes for rviz * Progress toward rviz * rviz debug * rviz finally working locally * Fixup patch on win * doxygen wants dot (graphviz) * linux-64 complete now ;) * fixup robot-locatization win patch * Create ros-noetic-eigenpy.patch * Update ros-noetic-eigenpy.patch * Update ros-noetic-eigenpy.patch * Update ros-noetic-eigenpy.patch * Simplify find python stuff * only eigenpy at the moment on aarch for faster debug * Simplify find python stuff * Add move-base to osx-arm64 * Update conda_forge_pinnings.yaml * Update conda_build_config.yaml * Boost 1.78 * mirror ros-humble changes * Try and de-vendor eigenpy * Unconditionally use sip5 .. * Sync with humble * Prepare building on robostack-staging channel Co-authored-by: Silvio Traversaro <[email protected]>
- Loading branch information
1 parent
48099b0
commit 44684d4
Showing
44 changed files
with
3,742 additions
and
1,020 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,10 +8,10 @@ jobs: | |
fetch-depth: 0 # otherwise, you will failed to push refs to dest repo | ||
- uses: actions/setup-python@v2 | ||
with: | ||
python-version: '3.8' # Version range or exact version of a Python version to use, using SemVer's version range syntax | ||
python-version: '3.9' # Version range or exact version of a Python version to use, using SemVer's version range syntax | ||
- name: Install vinca | ||
run: | | ||
pip install git+https://github.com/RoboStack/vinca.git@master | ||
pip install git+https://github.com/RoboStack/vinca.git | ||
- name: Generate recipes for Linux | ||
run: | | ||
|
@@ -20,10 +20,11 @@ jobs: | |
vinca --multiple --platform linux-64 | ||
- name: Generate azure pipelines for Linux | ||
run: | | ||
vinca-azure --platform linux-64 --trigger-branch buildbranch_linux -d ./recipes --additional-recipes | ||
vinca-gha --platform linux-64 --trigger-branch buildbranch_linux -d ./recipes --additional-recipes | ||
- name: Commit files | ||
run: | | ||
if [[ -f "linux.yml" ]]; then | ||
mv linux.yml .github/workflows/ | ||
git config --local user.email "[email protected]" | ||
git config --local user.name "GitHub Action" | ||
git add . -f | ||
|
@@ -32,7 +33,7 @@ jobs: | |
git push "${remote_repo}" HEAD:buildbranch_linux --follow-tags --force | ||
fi | ||
env: | ||
INPUT_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
INPUT_GITHUB_TOKEN: ${{ secrets.GHA_PAT }} | ||
|
||
# Generate recipes for osx | ||
- name: Reset repo | ||
|
@@ -45,20 +46,20 @@ jobs: | |
vinca --multiple --platform osx-64 | ||
- name: Generate azure pipelines for macOS | ||
run: | | ||
vinca-azure --platform osx-64 --trigger-branch buildbranch_osx -d ./recipes --additional-recipes | ||
vinca-gha --platform osx-64 --trigger-branch buildbranch_osx -d ./recipes --additional-recipes | ||
- name: Commit files | ||
run: | | ||
if [[ -f "osx.yml" ]]; then | ||
mv osx.yml .github/workflows/ | ||
git config --local user.email "[email protected]" | ||
git config --local user.name "GitHub Action" | ||
git add . -f | ||
git commit -m "Add build files `date '+%Y-%m-%d-%H%M'`" -a | ||
remote_repo="https://${GITHUB_ACTOR}:${INPUT_GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git" | ||
git push "${remote_repo}" HEAD:buildbranch_osx --follow-tags --force | ||
fi | ||
env: | ||
INPUT_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
INPUT_GITHUB_TOKEN: ${{ secrets.GHA_PAT }} | ||
|
||
# Generate recipes for osx-arm64 | ||
- name: Reset repo | ||
|
@@ -71,10 +72,11 @@ jobs: | |
vinca --multiple --platform osx-arm64 | ||
- name: Generate azure pipelines for macOS (arm64) | ||
run: | | ||
vinca-azure --platform osx-arm64 --trigger-branch buildbranch_osx_arm64 -d ./recipes --additional-recipes | ||
vinca-gha --platform osx-arm64 --trigger-branch buildbranch_osx_arm64 -d ./recipes --additional-recipes | ||
- name: Commit files | ||
run: | | ||
if [[ -f "osx_arm64.yml" ]]; then | ||
mv osx_arm64.yml .github/workflows/ | ||
git config --local user.email "[email protected]" | ||
git config --local user.name "GitHub Action" | ||
git add . -f | ||
|
@@ -83,7 +85,7 @@ jobs: | |
git push "${remote_repo}" HEAD:buildbranch_osx_arm64 --follow-tags --force | ||
fi | ||
env: | ||
INPUT_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
INPUT_GITHUB_TOKEN: ${{ secrets.GHA_PAT }} | ||
|
||
# Generate recipes for Windows | ||
- name: Reset repo | ||
|
@@ -96,10 +98,11 @@ jobs: | |
vinca --multiple --platform win-64 | ||
- name: Generate azure pipelines for Windows | ||
run: | | ||
vinca-azure --platform win-64 --trigger-branch buildbranch_win -d ./recipes --additional-recipes | ||
vinca-gha --platform win-64 --trigger-branch buildbranch_win -d ./recipes --additional-recipes | ||
- name: Commit files for Windows | ||
run: | | ||
if [[ -f "win.yml" ]]; then | ||
mv win.yml .github/workflows/ | ||
git config --local user.email "[email protected]" | ||
git config --local user.name "GitHub Action" | ||
git add . -f | ||
|
@@ -108,7 +111,7 @@ jobs: | |
git push "${remote_repo}" HEAD:buildbranch_win --follow-tags --force | ||
fi | ||
env: | ||
INPUT_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
INPUT_GITHUB_TOKEN: ${{ secrets.GHA_PAT }} | ||
|
||
# Generate recipes for Linux ARM64 | ||
- name: Reset repo | ||
|
@@ -120,31 +123,6 @@ jobs: | |
cp vinca_linux_aarch64.yaml vinca.yaml | ||
vinca --multiple --platform linux-aarch64 | ||
- name: Generate azure pipelines for Linux ARM64 | ||
run: | | ||
vinca-azure --platform linux-aarch64 --trigger-branch buildbranch_linux_aarch64 -d ./recipes --additional-recipes | ||
- name: Commit files | ||
run: | | ||
if [[ -f "linux_aarch64.yml" ]]; then | ||
git config --local user.email "[email protected]" | ||
git config --local user.name "GitHub Action" | ||
git add . -f | ||
git commit -m "Add build files `date '+%Y-%m-%d-%H%M'`" -a | ||
remote_repo="https://${GITHUB_ACTOR}:${INPUT_GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git" | ||
git push "${remote_repo}" HEAD:buildbranch_linux_aarch64 --follow-tags --force | ||
fi | ||
env: | ||
INPUT_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
|
||
# Generate recipes for Linux ARM64 | ||
- name: Reset repo | ||
run: | | ||
git reset --hard origin/master | ||
- name: Generate recipes for Linux ARM64 | ||
run: | | ||
git clean -fdx | ||
cp vinca_linux_aarch64.yaml vinca.yaml | ||
vinca --multiple --platform linux-aarch64 | ||
- name: Generate Github pipelines for Linux ARM64 | ||
run: | | ||
vinca-gha --platform linux-aarch64 --trigger-branch buildbranch_linux_aarch64 -d ./recipes --additional-recipes | ||
- name: Commit files | ||
|
@@ -161,8 +139,8 @@ jobs: | |
env: | ||
INPUT_GITHUB_TOKEN: ${{ secrets.GHA_PAT }} | ||
|
||
|
||
on: | ||
push: | ||
branches: | ||
- master | ||
- main |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,4 +2,5 @@ vinca.yaml | |
recipes/ | ||
*.bat | ||
*.sh | ||
*.json | ||
*.json | ||
.DS_Store |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.