Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ii8 authored Nov 19, 2023
1 parent 996e288 commit 9b6f4d7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -208,9 +208,8 @@ jobs:
mkdir hello && cd hello
sed -i 's/-O1/-O0/' /opt/boot/bin/mlton
echo 'print "hi\n";' > hello.sml
PATH="/opt/boot/bin:$PATH" mlton -verbose 2 -debug true -keep g -keep o -target ${{ matrix.arch.name }}-linux-${{ matrix.libc }} -cc-opt -I/usr/local/${{ matrix.arch.name }}-linux-${{ matrix.libc }}/include -cc-opt -Wall -cc-opt -Wextra -link-opt -fuse-ld=gold -link-opt -L/usr/local/${{ matrix.arch.name }}-linux-${{ matrix.libc }}/lib -link-opt -static hello.sml
PATH="/opt/boot/bin:$PATH" mlton -verbose 2 -debug true -keep g -keep o -align 8 -target ${{ matrix.arch.name }}-linux-${{ matrix.libc }} -cc-opt -I/usr/local/${{ matrix.arch.name }}-linux-${{ matrix.libc }}/include -cc-opt -Wall -cc-opt -Wextra -link-opt -L/usr/local/${{ matrix.arch.name }}-linux-${{ matrix.libc }}/lib -link-opt -static hello.sml
./hello
false
- name: Build MLton
run: |
Expand Down

0 comments on commit 9b6f4d7

Please sign in to comment.