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

Remove obsolete dep: fastddsgen #490

Merged
merged 2 commits into from
Sep 13, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 8 additions & 4 deletions .github/workflows/tiiuae-builder-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,32 +4,36 @@ on:
# Run only manually
workflow_dispatch:

permissions:
contents: read
packages: write

jobs:
hw-builder-image:
name: create docker builder base image
runs-on: ubuntu-latest
steps:
- name: Checkout px4-firmware
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: px4-firmware
fetch-depth: 0
- name: Docker meta
id: meta
uses: docker/metadata-action@v3
uses: docker/metadata-action@v5
with:
images: ghcr.io/tiiuae/px4-firmware-builder-base
tags: |
type=raw,value=latest
type=sha
- name: Login to GitHub Container Registry
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build builder base image and push
uses: docker/build-push-action@v3
uses: docker/build-push-action@v5
with:
context: .
file: ./px4-firmware/packaging/Dockerfile.build_env_pre
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tiiuae-coverity-scan-image.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: tiiuae-builder-images
name: tiiuae-coverity-scan-image

on:
# Run only manually
Expand Down
1 change: 0 additions & 1 deletion packaging/Dockerfile.build_env_pre
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
ros-humble-gazebo-ros \
ros-humble-fastrtps \
ros-humble-rmw-fastrtps-cpp \
fastddsgen \
fakeroot \
dh-make \
debhelper \
Expand Down