Skip to content

Commit 2ea02f7

Browse files
committed
ci: compile gitly with gcc on ubuntu-latest (workaround recent failure to build with tcc)
1 parent fbb43f5 commit 2ea02f7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/v_apps_and_modules_compile_ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
jobs:
1212
v-apps-compile:
13-
runs-on: ubuntu-20.04
13+
runs-on: ubuntu-latest
1414
if: >
1515
github.event_name != 'push'
1616
|| github.event.ref == 'refs/heads/master'
@@ -73,13 +73,13 @@ jobs:
7373
echo "Clone Gitly"
7474
git clone https://github.com/vlang/gitly /tmp/gitly
7575
echo "Build Gitly"
76-
v /tmp/gitly
76+
v -cc gcc /tmp/gitly
7777
## echo "Build Gitly with -autofree"
78-
## v -autofree /tmp/gitly
78+
## v -cc gcc -autofree /tmp/gitly
7979
echo "Compile gitly.css from gitly.scss"
8080
sassc /tmp/gitly/src/static/css/gitly.scss > /tmp/gitly/src/static/css/gitly.css
8181
# echo "Run first_run.v"
82-
# v run /tmp/gitly/tests/first_run.v
82+
# v -cc gcc run /tmp/gitly/tests/first_run.v
8383
# # /tmp/gitly/gitly -ci_run
8484
8585
- name: Build V Language Server (v-analyzer) v-analyzer/v-analyzer

0 commit comments

Comments
 (0)