tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
release-cross: add x86_64-cygwin
David McFarland
6 months ago
a1c6a924
c5d92e0d
+6
1 changed file
expand all
collapse all
unified
split
pkgs
top-level
release-cross.nix
+6
pkgs/top-level/release-cross.nix
reviewed
···
112
112
windows.pthreads = nativePlatforms;
113
113
};
114
114
115
115
+
cygwinCommon = {
116
116
+
hello = nativePlatforms;
117
117
+
};
118
118
+
115
119
wasiCommon = {
116
120
gmp = nativePlatforms;
117
121
boehmgc = nativePlatforms;
···
205
209
206
210
# Test some cross builds on 64 bit mingw-w64
207
211
crossMingwW64 = mapTestOnCross systems.examples.mingwW64 windowsCommon;
212
212
+
213
213
+
x86_64-cygwin = mapTestOnCross systems.examples.x86_64-cygwin cygwinCommon;
208
214
209
215
# Linux on mipsel
210
216
fuloongminipc = mapTestOnCross systems.examples.fuloongminipc linuxCommon;