[aarch64] Set random_tags=0 (#8201)

Set random_tags=0
This commit is contained in:
jonathanmetzman 2022-08-10 00:08:18 -04:00 committed by GitHub
parent 9b85a04a46
commit 468e1c08ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -30,5 +30,6 @@ ENV OUT=/out
ENV SRC=/src
ENV WORK=/work
ENV PATH="$PATH:/out"
ENV HWASAN_OPTIONS=random_tags=0
RUN mkdir -p $OUT $SRC $WORK && chmod a+rwx $OUT $SRC $WORK