We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ee097b commit 88bab5cCopy full SHA for 88bab5c
Dockerfile
@@ -10,6 +10,9 @@ RUN apt-get update && apt-get -y install \
10
less \
11
bat \
12
vim \
13
- neofetch
+ neofetch \
14
+ mingw-w64 \
15
+ mingw-w64-tools \
16
+ binutils-mingw-w64
17
18
WORKDIR /root/tiny_wine
test_loop.sh
@@ -5,4 +5,5 @@ set -e
5
for i in {1..10000}; do
6
echo "Running $i"
7
./loader_test.sh
8
+ ./winloader_test.sh
9
done
0 commit comments