Skip to content

Commit

Permalink
Initial support for rustc_codegen_gcc
Browse files Browse the repository at this point in the history
Currently there is no release so only doing nightly builds.

refs compiler-explorer/compiler-explorer#2683
  • Loading branch information
dkm committed Jun 28, 2021
1 parent 8b36e84 commit 8111709
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions admin-daily-builds.sh
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ build_latest go go build.sh trunk
build_latest misc tinycc build-tinycc.sh trunk
build_latest misc cc65 buildcc65.sh trunk
build_latest misc mrustc build-mrustc.sh master
build_latest misc rustc-cg-gcc_master build-rustc-cg-gcc.sh master

build_latest_cross gcc arm32 build.sh arm trunk
build_latest_cross gcc arm64 build.sh arm64 trunk
Expand Down
5 changes: 5 additions & 0 deletions bin/yaml/rust.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,11 @@ compilers:
check_exe: bin/gccrs --version
targets:
- gccrs-master
rustccggcc:
type: nightly
check_exe: "bin/rustc --version"
targets:
- master
mrustc:
type: nightly
check_exe: bin/mrustc --version
Expand Down
1 change: 1 addition & 0 deletions remove_old_compilers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,6 @@ remove_older go
remove_older tinycc
remove_older cc65
remove_older_master mrustc
remove_older_master rustc-cg-gcc
remove_older arm32
remove_older arm64

0 comments on commit 8111709

Please sign in to comment.