promote: stage → main (all elb linker fixes + ci-base rebuild) #42

Merged
will.anderson merged 56 commits from stage into main 2026-05-07 14:25:39 +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 \