File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 66 outputs = { self , nixpkgs } :
77
88 let
9- supportedSystems = [ "x86_64-linux" "i686-linux" "aarch64-linux" "riscv64-linux" ] ;
9+ supportedSystems = [ "x86_64-linux" "i686-linux" "aarch64-linux" ] ;
1010 forAllSystems = nixpkgs . lib . genAttrs supportedSystems ;
1111
1212 version = nixpkgs . lib . removeSuffix "\n " ( builtins . readFile ./version ) ;
8181 [ self . hydraJobs . tarball
8282 self . hydraJobs . build . x86_64-linux
8383 self . hydraJobs . build . i686-linux
84- # FIXME: add aarch64/riscv64 emulation to our github action...
84+ # FIXME: add aarch64 emulation to our github action...
8585 #self.hydraJobs.build.aarch64-linux
86- #self.hydraJobs.build.riscv64-linux
8786 self . hydraJobs . build-sanitized . x86_64-linux
8887 #self.hydraJobs.build-sanitized.aarch64-linux
89- #self.hydraJobs.build-sanitized.riscv64-linux
9088 self . hydraJobs . build-sanitized . i686-linux
9189 self . hydraJobs . build-sanitized-clang . x86_64-linux
9290 ] ;
You can’t perform that action at this time.
0 commit comments