File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 44section 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
You can’t perform that action at this time.
0 commit comments