[LoongArch] Implement a workaround for R_LARCH_PCALA_LO12 #294
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: linux-packages | |
on: | |
push: | |
branches: [ main ] | |
jobs: | |
build: | |
runs-on: ubuntu-20.04 | |
steps: | |
- uses: actions/checkout@v3 | |
- name: build | |
run: ./dist.sh x86_64 | |
- name: upload | |
uses: actions/upload-artifact@v3 | |
with: | |
path: mold-*-linux.tar.gz |