Skip to content

Commit 45ea315

Browse files
authored
Fix app run container (#6789)
1 parent 118bcd1 commit 45ea315

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,20 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres Fto [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

8-
## [6.0.0-dev14]
8+
## [6.0.0-dev15]
99

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

1212
### Fixed
1313

1414
- All containers now include the correct version of libstdc++/libstdc++-dev, and the Debian package captures the runtime requirement as well.
15+
- RPMs for Azure Linux 3.0 are now included in releases.
16+
17+
## [6.0.0-dev14]
18+
19+
[6.0.0-dev14]: https://github.com/microsoft/CCF/releases/tag/6.0.0-dev14
20+
21+
Not all containers are available for this release, please see 6.0.0-dev15.
1522

1623
## [6.0.0-dev13]
1724

getting_started/setup_vm/roles/ccf_install/tasks/deb_install.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
- name: Include vars
22
include_vars: common.yml
33

4+
- name: Add stdcxx APT repository
5+
apt_repository:
6+
repo: "ppa:ubuntu-toolchain-r/test"
7+
state: present
8+
update_cache: yes
9+
become: true
10+
411
- name: Get package url
512
shell:
613
cmd: |

python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "ccf"
7-
version = "6.0.0-dev14"
7+
version = "6.0.0-dev15"
88
authors = [
99
{ name="CCF Team", email="[email protected]" },
1010
]

0 commit comments

Comments
 (0)