File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 1- name : Publish artfiacts to Maven Central
1+ name : Publish artifacts to Maven Central
22
33on :
44 workflow_dispatch :
3030 cmd : ./build.sh
3131 - platform : darwin
3232 arch : x86-64
33- cmd : CC='cc -target x86_64-apple-darwin20.1.0' CXX='c++ -std=c++11 -target x86_64-apple-darwin20.1.0' ./build.sh && mv supranational/blst/Mac/{aarch64,amd64}
33+ # https://github.com/openjdk/jdk/commit/5b1baa3d10d9ef3f07f133ece8a5f1d40311c74d#diff-6078ab1e47c6bb312b7f41e7539b4849189260c38f9b359c205a5aa0f633533dR278
34+ cmd : CC='cc -target x86_64-apple-darwin20.1.0' CXX='c++ -std=c++11 -target x86_64-apple-darwin20.1.0' ./build.sh && mv supranational/blst/Mac/{aarch64,x86_64}
3435 - platform : linux
3536 os : ubuntu-22.04
3637 extra-packages : gcc-9 g++-9
You can’t perform that action at this time.
0 commit comments