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 60
60
echo $PWD/bin >> $GITHUB_PATH
61
61
- name : Get cross GNAT toolchain (Linux)
62
62
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
63
67
run : |
64
68
sudo apt install -y libc6-dev-arm64-cross linux-libc-dev-arm64-cross binutils-aarch64-linux-gnu
65
69
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 4
4
section below it for the last release. -->
5
5
## \< next>
6
6
7
- * The implementation of type hierarchy requests
7
+ * Implement type hierarchy requests
8
8
* Migrate the build infrastructure to ALIRE
9
9
* Migrate the VSIX publication infrastructure out of GitHub Actions
10
10
* 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
11
14
12
15
## 24.0.6 (2024-06-25)
13
16
You can’t perform that action at this time.
0 commit comments