[CI] Set $AVR_CPU_FREQUENCY_HZ in the CI Dockerfile

This commit is contained in:
Dylan McKay 2021-01-29 20:25:18 +13:00
parent 372f774176
commit 3403b0c512
1 changed files with 1 additions and 0 deletions

View File

@ -16,5 +16,6 @@ ENV PATH=/home/avr-rust/.cargo/bin:$PATH
COPY --chown=avr-rust:avr-rust . /code/ruduino
WORKDIR /code/ruduino
ENV AVR_CPU_FREQUENCY_HZ=16000000
CMD ["cargo", "build", "-Z", "build-std=core", "--target", "avr-atmega328p.json", "--release"]