Skip to content

Commit

Permalink
remove mapbox-gl-native (#206)
Browse files Browse the repository at this point in the history
  • Loading branch information
adeebshihadeh authored Feb 2, 2024
1 parent c214e6d commit 82a45f5
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 16 deletions.
4 changes: 0 additions & 4 deletions Dockerfile.agnos
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,6 @@ FROM agnos-compiler as agnos-compiler-ffmpeg
COPY ./userspace/compile-ffmpeg.sh /tmp/agnos/
RUN /tmp/agnos/compile-ffmpeg.sh

FROM agnos-compiler as agnos-compiler-mapbox-gl-native
COPY ./userspace/compile-mapbox-gl-native.sh /tmp/agnos/
RUN /tmp/agnos/compile-mapbox-gl-native.sh

FROM agnos-compiler as agnos-compiler-qtwayland5
COPY ./userspace/compile-qtwayland5.sh /tmp/agnos/
COPY ./userspace/qtwayland/patch /tmp/agnos/
Expand Down
11 changes: 0 additions & 11 deletions userspace/compile-mapbox-gl-native.sh

This file was deleted.

1 change: 0 additions & 1 deletion userspace/openpilot_dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ apt-get install --no-install-recommends -yq \
vnstat \
wget \
zlib1g-dev \
libqt5location5-plugin-mapboxgl \
libqt5opengl5-dev \
libqt5sql5-sqlite \
libqt5svg5-dev \
Expand Down

0 comments on commit 82a45f5

Please sign in to comment.