continue booting the compiler with refc (#20421)

* continue boot the compiler with refc

* koch

* use `gc:refc`
This commit is contained in:
ringabout
2022-09-24 20:14:01 +08:00
committed by GitHub
parent 37ca97dd76
commit 30bd75e459
3 changed files with 3 additions and 2 deletions

View File

@@ -100,7 +100,7 @@ jobs:
- name: 'Build the real compiler'
shell: bash
run: ./koch boot -d:release --gc:refc
run: ./koch boot -d:release
- name: 'Build documentation'
shell: bash