Skip to content

Commit cbf7a23

Browse files
authored
Revert "Disable ASLR to work around QEMU aarch64 issues (#229)" (#267)
This reverts commit 919a224. The workaround should be no longer necessary. Especially since we mainly use native ARM runners for building instead of QEMU.
1 parent 075e69c commit cbf7a23

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

action.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,6 @@ runs:
5050
run: |
5151
env > "${{ github.action_path }}/env_file"
5252
sed -i "/\(HOME\|TERM\|PWD\|HOSTNAME\|PATH\|SHLVL\|USER\|GOROOT\)/d" "${{ github.action_path }}/env_file"
53-
# Work around QEMU aarch64 bugs
54-
# https://github.com/tonistiigi/binfmt/issues/215#issuecomment-2613567455
55-
sudo sysctl kernel.randomize_va_space=0
5653
5754
docker run --rm --privileged \
5855
-v /var/run/docker.sock:/var/run/docker.sock:ro \
@@ -62,8 +59,6 @@ runs:
6259
ghcr.io/home-assistant/${{ inputs.image }}-builder:${{ steps.version.outputs.version }} \
6360
${{ inputs.args }}
6461
65-
sudo sysctl kernel.randomize_va_space=2
66-
6762
- shell: bash
6863
id: verify
6964
run: |

0 commit comments

Comments
 (0)