File tree Expand file tree Collapse file tree 1 file changed +17
-3
lines changed
Expand file tree Collapse file tree 1 file changed +17
-3
lines changed Original file line number Diff line number Diff line change 2929 include :
3030 - platform : darwin
3131 os : macos-14
32- brew-packages : https://raw.githubusercontent.com/Homebrew/homebrew-core/d68a6bc0fa0fe84d4ab40a7df228a2b9bc48bc37/Formula/s/swig.rb
32+ brew-packages : autoconf
3333 cmd : ./run.me
3434 - platform : darwin
3535 arch : x86-64
5656 cl /nologo /MT /LD /O2 /W3 /wd4267 /EHsc /D_CRT_SECURE_NO_WARNINGS /I "$env:JAVA_HOME\include" /I ..\ /I "$env:JAVA_HOME\include\win32" blst_wrap.cpp blst.lib /link /OUT:supranational/blst/Windows/amd64/blst.dll
5757
5858 steps :
59+ - if : matrix.brew-packages != ''
60+ run : brew install ${{ matrix.brew-packages }}
61+ - uses : actions/checkout@v6
62+ with :
63+ repository : swig/swig
64+ path : swig
65+ ref : v4.2.1
66+ - run : |
67+ cd swig
68+ ./autogen.sh
69+ ./configure --prefix=$HOME/swig
70+ make
71+ make install
72+ cd ~/swig/share/swig && ln -s `ls` current
73+ echo "$HOME/swig/bin" >> $GITHUB_PATH
74+ - run : swig --version
5975 - uses : actions/checkout@v6
6076 with :
6177 repository : supranational/blst
6884 run : |
6985 sudo apt-get update
7086 sudo apt-get install -y ${{ matrix.extra-packages }}
71- - if : matrix.brew-packages != ''
72- run : brew install ${{ matrix.brew-packages }}
7387 - if : matrix.os == 'windows-2022'
7488 uses : ilammy/msvc-dev-cmd@0b201ec74fa43914dc39ae48a89fd1d8cb592756
7589 - name : Build native image
You can’t perform that action at this time.
0 commit comments