Skip to content

Commit eede788

Browse files
author
automatic-merge
committed
Merge remote branch 'origin/master' into edge
2 parents c6afbf2 + 8fa1fc3 commit eede788

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.github/workflows/build-binaries.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,10 @@ jobs:
6060
echo $PWD/bin >> $GITHUB_PATH
6161
- name: Get cross GNAT toolchain (Linux)
6262
if: ${{ runner.os == 'Linux' }}
63+
env:
64+
AWS_ACCESS_KEY_ID: ${{secrets.GHA_CACHE_ACCESS_KEY_ID}}
65+
AWS_SECRET_ACCESS_KEY: ${{secrets.GHA_CACHE_SECRET}}
66+
AWS_DEFAULT_REGION: eu-west-1
6367
run: |
6468
sudo apt install -y libc6-dev-arm64-cross linux-libc-dev-arm64-cross binutils-aarch64-linux-gnu
6569
aws s3 cp s3://adacore-gha-tray-eu-west-1/toolchain/aarch64-Linux-gcc-14.2.tar.bz2 . --sse=AES256

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,13 @@
44
section below it for the last release. -->
55
## \<next>
66

7-
* The implementation of type hierarchy requests
7+
* Implement type hierarchy requests
88
* Migrate the build infrastructure to ALIRE
99
* Migrate the VSIX publication infrastructure out of GitHub Actions
1010
* Revamp the VS Code extension walkthrough
11+
* Filter invisible completion items by unit prefix
12+
* Provide SPARK CodeLenses on subprograms when gnatprove is on PATH
13+
* Improve completion for GPR project files
1114

1215
## 24.0.6 (2024-06-25)
1316

0 commit comments

Comments
 (0)