fixing debug allocator
This commit is contained in:
@@ -2,7 +2,7 @@ FROM ubuntu:latest
|
||||
|
||||
WORKDIR /root
|
||||
|
||||
RUN apt update && apt install -y git rustup clang curl libgl1 libsm6 libwayland-egl1 libwayland-cursor0 libwayland-server0;
|
||||
RUN apt update && apt install -y git rustup clang curl libgl1 libsm6 libwayland-egl1 libwayland-cursor0 libwayland-server0 vim;
|
||||
RUN rustup default stable;
|
||||
RUN cargo install deqp-runner && cp $HOME/.cargo/bin/deqp-runner /usr/bin;
|
||||
RUN curl -L https://github.com/marler8997/anyzig/releases/latest/download/anyzig-x86_64-linux.tar.gz | tar xz && mv zig /usr/bin/;
|
||||
|
||||
Reference in New Issue
Block a user