Skip to content

Commit c1843b7

Browse files
authored
Merge pull request #3 from arduino/umbynos/cleanup
Add some README and cleanup
2 parents 26f4918 + 3f236aa commit c1843b7

File tree

424 files changed

+111
-135
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

424 files changed

+111
-135
lines changed

README.md

Lines changed: 18 additions & 0 deletions

build.sh

Lines changed: 0 additions & 17 deletions
This file was deleted.

build_tools.sh

Lines changed: 0 additions & 74 deletions
This file was deleted.

deploy.sh

Lines changed: 0 additions & 41 deletions
This file was deleted.

Dockerfile renamed to docker/Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ FROM ubuntu:latest as build
33
ENV TZ=Europe/Rome
44
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone && \
55
apt-get update && \
6-
# TODO add --no-install-recommends
76
apt-get install -y \
87
build-essential \
98
# Intall clang compiler used by macos
@@ -17,13 +16,11 @@ RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone &
1716
libxml2-dev \
1817
libssl-dev \
1918
libz-dev \
20-
# liblzma5 \
2119
# Install Windows cross-tools
2220
mingw-w64 \
2321
p7zip-full \
2422
pkg-config \
2523
tar \
26-
# xz-utils \
2724
&& rm -rf /var/lib/apt/lists/*
2825
# Install toolchains in /opt
2926
RUN curl downloads.arduino.cc/tools/internal/toolchains.tar.gz | tar -xz "opt"

docker/README.md

Lines changed: 38 additions & 0 deletions

docker/deps/README.md

Lines changed: 47 additions & 0 deletions
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)