Skip to content

Commit

Permalink
Fix app run container (#6789)
Browse files Browse the repository at this point in the history
  • Loading branch information
achamayou authored Jan 30, 2025
1 parent 118bcd1 commit 45ea315
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,20 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres Fto [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [6.0.0-dev14]
## [6.0.0-dev15]

[6.0.0-dev14]: https://github.com/microsoft/CCF/releases/tag/6.0.0-dev14
[6.0.0-dev15]: https://github.com/microsoft/CCF/releases/tag/6.0.0-dev15

### Fixed

- All containers now include the correct version of libstdc++/libstdc++-dev, and the Debian package captures the runtime requirement as well.
- RPMs for Azure Linux 3.0 are now included in releases.

## [6.0.0-dev14]

[6.0.0-dev14]: https://github.com/microsoft/CCF/releases/tag/6.0.0-dev14

Not all containers are available for this release, please see 6.0.0-dev15.

## [6.0.0-dev13]

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
- name: Include vars
include_vars: common.yml

- name: Add stdcxx APT repository
apt_repository:
repo: "ppa:ubuntu-toolchain-r/test"
state: present
update_cache: yes
become: true

- name: Get package url
shell:
cmd: |
Expand Down
2 changes: 1 addition & 1 deletion python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "ccf"
version = "6.0.0-dev14"
version = "6.0.0-dev15"
authors = [
{ name="CCF Team", email="[email protected]" },
]
Expand Down

0 comments on commit 45ea315

Please sign in to comment.