Skip to content
This repository has been archived by the owner on Aug 22, 2019. It is now read-only.

Commit

Permalink
Add notice about repository move to README.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
rschatz committed Sep 5, 2018
1 parent d5f0648 commit 337dce9
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 19 deletions.
11 changes: 11 additions & 0 deletions README.md
@@ -1,3 +1,14 @@
Obsolete Repository
-------------------

This repository is obsolete.

Sulong is now integrated in the [Graal repository](https://github.com/oracle/graal/sulong).

Please open new issues or pull requests directly in the [Graal repository](https://github.com/oracle/graal).
Existing issues and pull requests can stay on this repository. We will
migrate them as necessary before merging.

![Sulong Logo](https://raw.githubusercontent.com/mrigger/sulong-logos/master/sulong_black_with_text_transparent_300x185.png)

Sulong is a high-performance LLVM bitcode interpreter built on the
Expand Down
45 changes: 26 additions & 19 deletions ci.hocon
Expand Up @@ -156,23 +156,30 @@ gate-asm-parser: ${gateCommon} ${linux-amd64} {
}

builds = [
${gateStyle} { name: gate-style, run: [[mx, gate, --tags, "style"]] }
${gateStyle} ${requireJDT} { name: gate-fullbuild, run: [[mx, gate, --tags, "fullbuild"]] }
${gate-asm-parser} { name: gate-asm-parser }
${gateTest38-linux} { name: gate-misc0, run: [[mx, gate, --tags, "build,assembly,args,callback,vaargs"]] }
${gateTest38-linux} ${requireGCC} { name: gate-misc1, run: [[mx, gate, --tags, "build,benchmarks,type,pipe"]] }
${gateTest38-linux} ${requireGCC} { name: gate-parser, run: [[mx, gate, --tags, "build,parser"]] }
${gateTest38-linux} { name: gate-gcc_c, run: [[mx, gate, --tags, "build,gcc_c"]] }
${gateTest38-linux} { name: gate-gcc_cpp, run: [[mx, gate, --tags, "build,gcc_cpp"]] }
${gateTest38-linux} ${requireGCC} { name: gate-gcc_fortran, run: [[mx, gate, --tags, "build,gcc_fortran"]] }
${gateTest38-linux} ${requireGCC} { name: gate-basic_v38, run: [[mx, gate, --tags, "build,nwcc,llvm,sulong,interop,debug"]] }
${gateTest40-linux} ${requireGCC} { name: gate-basic_v40, run: [[mx, gate, --tags, "build,nwcc,llvm,sulong,interop,debug"]] }
${gateTest40-darwin} { name: gate-basic_mac, run: [[mx, gate, --tags, "build,nwcc,llvm,sulong,interop"]] }

${gateTest38-linux} ${ruby-downstream-test} { name: gate-ruby-downstream }
${gateTest38-linux} ${python-downstream-test} { name: gate-python-downstream }
${gateTest38-linux} ${vm-downstream-test} { name: gate-vm-downstream }

${deploy-binaries-linux} { name: postmerge-deploy-binaries-linux-amd64 }
${deploy-binaries-darwin} { name: postmerge-deploy-binaries-darwin-amd64 }
{ name: gate-closed, run: [
["echo", "Repository obsolete. Use graal repository instead."],
["false"]
] }
]

#builds = [
# ${gateStyle} { name: gate-style, run: [[mx, gate, --tags, "style"]] }
# ${gateStyle} ${requireJDT} { name: gate-fullbuild, run: [[mx, gate, --tags, "fullbuild"]] }
# ${gate-asm-parser} { name: gate-asm-parser }
# ${gateTest38-linux} { name: gate-misc0, run: [[mx, gate, --tags, "build,assembly,args,callback,vaargs"]] }
# ${gateTest38-linux} ${requireGCC} { name: gate-misc1, run: [[mx, gate, --tags, "build,benchmarks,type,pipe"]] }
# ${gateTest38-linux} ${requireGCC} { name: gate-parser, run: [[mx, gate, --tags, "build,parser"]] }
# ${gateTest38-linux} { name: gate-gcc_c, run: [[mx, gate, --tags, "build,gcc_c"]] }
# ${gateTest38-linux} { name: gate-gcc_cpp, run: [[mx, gate, --tags, "build,gcc_cpp"]] }
# ${gateTest38-linux} ${requireGCC} { name: gate-gcc_fortran, run: [[mx, gate, --tags, "build,gcc_fortran"]] }
# ${gateTest38-linux} ${requireGCC} { name: gate-basic_v38, run: [[mx, gate, --tags, "build,nwcc,llvm,sulong,interop,debug"]] }
# ${gateTest40-linux} ${requireGCC} { name: gate-basic_v40, run: [[mx, gate, --tags, "build,nwcc,llvm,sulong,interop,debug"]] }
# ${gateTest40-darwin} { name: gate-basic_mac, run: [[mx, gate, --tags, "build,nwcc,llvm,sulong,interop"]] }
#
# ${gateTest38-linux} ${ruby-downstream-test} { name: gate-ruby-downstream }
# ${gateTest38-linux} ${python-downstream-test} { name: gate-python-downstream }
# ${gateTest38-linux} ${vm-downstream-test} { name: gate-vm-downstream }
#
# ${deploy-binaries-linux} { name: postmerge-deploy-binaries-linux-amd64 }
# ${deploy-binaries-darwin} { name: postmerge-deploy-binaries-darwin-amd64 }
#]

0 comments on commit 337dce9

Please sign in to comment.