ci: enable again `./fast -clang` in .cirrus.yml (it should work now in FreeBSD 13)

pull/11219/head
Delyan Angelov 2021-08-18 13:10:12 +03:00
parent 9ca99c6f93
commit 7a3fe3ca70
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED
1 changed files with 1 additions and 1 deletions

View File

@ -11,4 +11,4 @@ task:
##.github/workflows/freebsd_build_tcc.sh
##tcc -v -v
echo 'Build cmd/tools/fast'
cd cmd/tools/fast && ../../../v fast.v ## && ./fast -clang
cd cmd/tools/fast && ../../../v fast.v && ./fast -clang