Skip to content

Commit 5be6218

Browse files
Rollup merge of rust-lang#151463 - jakos-sec:create-asan-target, r=Kobzol
add x86_64-unknown-linux-gnuasan to CI Since it is a tier 2 target it should also be built by the CI workflow.
2 parents 18504a1 + 1521f88 commit 5be6218

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • src/ci/docker/host-x86_64/dist-various-2

src/ci/docker/host-x86_64/dist-various-2/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ ENV TARGETS=$TARGETS,wasm32-wasip1
113113
ENV TARGETS=$TARGETS,wasm32-wasip1-threads
114114
ENV TARGETS=$TARGETS,wasm32-wasip2
115115
ENV TARGETS=$TARGETS,wasm32v1-none
116+
ENV TARGETS=$TARGETS,x86_64-unknown-linux-gnuasan
116117
ENV TARGETS=$TARGETS,x86_64-unknown-linux-gnux32
117118
ENV TARGETS=$TARGETS,x86_64-fortanix-unknown-sgx
118119
ENV TARGETS=$TARGETS,nvptx64-nvidia-cuda

0 commit comments

Comments
 (0)