File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -145,15 +145,15 @@ jobs:
145145 env :
146146 LINKERD2_PROXY_VENDOR : ${{ github.repository_owner }}
147147 LINKERD2_PROXY_VERSION : ${{ needs.meta.outputs.version }}
148- # TODO: add to dev image
148+ # TODO: these variables will be included in dev v48
149149 AWS_LC_SYS_CFLAGS_aarch64_unknown_linux_gnu : " -fuse-ld=/usr/aarch64-linux-gnu/bin/ld"
150150 AWS_LC_SYS_CFLAGS_aarch64_unknown_linux_musl : " -fuse-ld=/usr/aarch64-linux-gnu/bin/ld"
151151 steps :
152152 # TODO: add to dev image
153153 - name : Install MiniGW
154154 if : matrix.os == 'windows'
155155 run : apt-get update && apt-get install mingw-w64 -y
156- # TODO: add to dev image
156+ # TODO: these packages will be included in dev v48
157157 - name : Install cross compilation toolchain
158158 if : matrix.arch == 'arm64'
159159 run : apt-get update && apt-get install --no-install-recommends -y \
You can’t perform that action at this time.
0 commit comments