Skip to content

Commit

Permalink
Merge pull request #431 from dj8yfo/binutils-arm
Browse files Browse the repository at this point in the history
chore: add missing `binutils-arm-none-eabi` package
  • Loading branch information
xchapron-ledger authored Nov 8, 2023
2 parents c59b939 + e3e1787 commit d3efa36
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,20 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.3.4] - 2023-11-07

### Features

- Implement cx_bn_gf2_n_mul()

### Miscellaneous Tasks

- Add missing `binutils-arm-none-eabi` package

### README

- Update Limitations section

## [0.3.3] - 2023-10-26

### Fixed
Expand Down
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ RUN apt-get update && apt-get install -qy \
qemu-user-static \
libvncserver-dev \
gdb-multiarch \
binutils-arm-none-eabi \
&& apt-get clean

RUN apt-get clean && rm -rf /var/lib/apt/lists/
Expand Down

0 comments on commit d3efa36

Please sign in to comment.