Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/snapcraft7 #6

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: actions/checkout@v2
with:
fetch-depth: 0
- run: sudo snap install snapcraft --channel=6.x/stable --classic
- run: sudo snap install snapcraft --channel=7.x/stable --classic
- run: rosdep update
- run: |
cd simple-listener-py
Expand Down
2 changes: 1 addition & 1 deletion ros2-base-humble-deb/snap/snapcraft.yaml
Expand Up @@ -31,7 +31,7 @@ parts:
helper:
plugin: python
build-environment:
- PYTHONPATH: "$SNAPCRAFT_PART_INSTALL/usr/lib/python3/dist-packages"
- PYTHONPATH: "$CRAFT_PART_INSTALL/usr/lib/python3/dist-packages"
stage-packages:
- python3-wheel
python-packages:
Expand Down
2 changes: 1 addition & 1 deletion simple-listener-cpp/snap/snapcraft.yaml
Expand Up @@ -13,7 +13,7 @@ parts:
plugin: dump
source: install
override-build: |
snapcraftctl build
craftctl default

wrapper-scripts:
plugin: dump
Expand Down
4 changes: 2 additions & 2 deletions simple-listener-dl-py/snap/snapcraft.yaml
Expand Up @@ -16,8 +16,8 @@ parts:
plugin: dump
source: install
stage-packages: [libpython3.10]
override-build: |
snapcraftctl build
override-build: |
craftctl default

wrapper-scripts:
plugin: dump
Expand Down
2 changes: 1 addition & 1 deletion simple-listener-py/snap/snapcraft.yaml
Expand Up @@ -14,7 +14,7 @@ parts:
source: install
stage-packages: [libpython3.10]
override-build: |
snapcraftctl build
craftctl default

wrapper-scripts:
plugin: dump
Expand Down
4 changes: 2 additions & 2 deletions simple-talker-dl-py/snap/snapcraft.yaml
Expand Up @@ -16,8 +16,8 @@ parts:
plugin: dump
source: install
stage-packages: [libpython3.10]
override-build: |
snapcraftctl build
override-build: |
craftctl default

wrapper-scripts:
plugin: dump
Expand Down
4 changes: 2 additions & 2 deletions simple-talker-py/snap/snapcraft.yaml
Expand Up @@ -14,8 +14,8 @@ parts:
plugin: dump
source: install
stage-packages: [libpython3.10]
override-build: |
snapcraftctl build
override-build: |
craftctl default

wrapper-scripts:
plugin: dump
Expand Down