fix: add -lssl -lcrypto to all CI gcc linker commands #6

Merged
will.anderson merged 5 commits from fix/ci-openssl-linker into dev 2026-05-06 22:53:41 +00:00
3 changed files with 3 additions and 3 deletions
Showing only changes of commit 95b6fac094 - Show all commits
+1 -1
View File
@@ -44,7 +44,7 @@ jobs:
- name: Self-host compile El compiler with gen2 (gen3)
run: |
mkdir -p dist/platform
dist/elc-gen2 el-compiler/src/compiler.el > dist/elc-gen3.c
dist/elc-gen2 elc-cli.el > dist/elc-gen3.c
gcc -O2 \
-I el-compiler/runtime \
dist/elc-gen3.c \
+1 -1
View File
@@ -54,7 +54,7 @@ jobs:
- name: Self-host compile El compiler with gen2 (gen3)
run: |
mkdir -p dist/platform
dist/elc-gen2 el-compiler/src/compiler.el > dist/elc-gen3.c
dist/elc-gen2 elc-cli.el > dist/elc-gen3.c
gcc -O2 \
-I el-compiler/runtime \
dist/elc-gen3.c \
+1 -1
View File
@@ -54,7 +54,7 @@ jobs:
- name: Self-host compile El compiler with gen2 (gen3)
run: |
mkdir -p dist/platform
dist/elc-gen2 el-compiler/src/compiler.el > dist/elc-gen3.c
dist/elc-gen2 elc-cli.el > dist/elc-gen3.c
gcc -O2 \
-I el-compiler/runtime \
dist/elc-gen3.c \