From d4fac6add85d110624213b16d0f76f0370fd6aca Mon Sep 17 00:00:00 2001 From: Alexander Medvednikov Date: Tue, 26 May 2020 01:48:11 +0200 Subject: [PATCH] ci: disable -autofree self compilation for now --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c1af38b707..bae02f4eab 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -162,7 +162,7 @@ jobs: echo "Running it..." ls - name: V self compilation with -autofree - run: ./v -o v2 -autofree cmd/v && ./v2 -o v3 -autofree cmd/v && ./v3 -o v4 -autofree cmd/v + run: echo "TODO" #./v -o v2 -autofree cmd/v && ./v2 -o v3 -autofree cmd/v && ./v3 -o v4 -autofree cmd/v # - name: SDL examples # run: git clone --depth 1 https://github.com/vlang/sdl && cd sdl