File tree 1 file changed +2
-4
lines changed
1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 6
6
outputs = { self , nixpkgs } :
7
7
8
8
let
9
- supportedSystems = [ "x86_64-linux" "i686-linux" "aarch64-linux" "riscv64-linux" ] ;
9
+ supportedSystems = [ "x86_64-linux" "i686-linux" "aarch64-linux" ] ;
10
10
forAllSystems = nixpkgs . lib . genAttrs supportedSystems ;
11
11
12
12
version = nixpkgs . lib . removeSuffix "\n " ( builtins . readFile ./version ) ;
81
81
[ self . hydraJobs . tarball
82
82
self . hydraJobs . build . x86_64-linux
83
83
self . hydraJobs . build . i686-linux
84
- # FIXME: add aarch64/riscv64 emulation to our github action...
84
+ # FIXME: add aarch64 emulation to our github action...
85
85
#self.hydraJobs.build.aarch64-linux
86
- #self.hydraJobs.build.riscv64-linux
87
86
self . hydraJobs . build-sanitized . x86_64-linux
88
87
#self.hydraJobs.build-sanitized.aarch64-linux
89
- #self.hydraJobs.build-sanitized.riscv64-linux
90
88
self . hydraJobs . build-sanitized . i686-linux
91
89
self . hydraJobs . build-sanitized-clang . x86_64-linux
92
90
] ;
You can’t perform that action at this time.
0 commit comments