ci: pass --elc path explicitly to elb (elc not in container PATH)
This commit is contained in:
@@ -68,7 +68,9 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
export EL_HOME=/opt/el
|
export EL_HOME=/opt/el
|
||||||
/opt/el/dist/bin/elb build --runtime=/opt/el/el-compiler/runtime
|
/opt/el/dist/bin/elb build \
|
||||||
|
--elc=/opt/el/dist/platform/elc \
|
||||||
|
--runtime=/opt/el/el-compiler/runtime
|
||||||
echo "Binary: $(ls -lh dist/neuron-landing)"
|
echo "Binary: $(ls -lh dist/neuron-landing)"
|
||||||
|
|
||||||
- name: Compile JS El sources
|
- name: Compile JS El sources
|
||||||
|
|||||||
Reference in New Issue
Block a user