Skip to content

Commit

Permalink
Update ardupilot, add GITHUB_RUNNER flag
Browse files Browse the repository at this point in the history
  • Loading branch information
lmark1 committed Dec 23, 2023
1 parent 4d4583c commit 94b85e9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions Dockerfile.binary
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ ARG CATKIN_WORKSPACE=sim_ws
ARG HOME=/root
ARG USER=root
ENV DEBIAN_FRONTEND=noninteractive
ENV GITHUB_RUNNER=true
RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections

# Install all the things to stop docker build from breaking
Expand Down
1 change: 1 addition & 0 deletions Dockerfile.source
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ ARG CATKIN_WORKSPACE=uav_ws
ARG HOME=/root
ARG USER=root
ENV DEBIAN_FRONTEND=noninteractive
ENV GITHUB_RUNNER=true
RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections

# Install all the things to stop docker build from breaking
Expand Down
2 changes: 1 addition & 1 deletion gitman.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ sources:
sources_locked:
- repo: [email protected]:larics/ardupilot
name: ardupilot
rev: ac05a3d86891a6d736089e4f03238122ecb710af
rev: 34af6c42e25d3e43af5e223205e35bfd7d30f449
type: git
params:
sparse_paths:
Expand Down

0 comments on commit 94b85e9

Please sign in to comment.