Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: GitHub Actions Linux Build (GCC) に対応 #28

Conversation

gorockn
Copy link
Contributor

@gorockn gorockn commented Sep 17, 2022

See also: #25
CI実行ログ: https://github.com/gorockn/auriga/actions/runs/3073788419/jobs/4966138531

メモ:
以下のコンパイルエラーが出ているため、ビルド失敗ステータスを無視しています。
修正は別プルリクで実施します。

/usr/bin/ld: ../common/socket.o: in function `process_fdset':
/home/runner/work/auriga/auriga/src/common/socket.c:938: undefined reference to `socket_log2'
/usr/bin/ld: /home/runner/work/auriga/auriga/src/common/socket.c:962: undefined reference to `socket_log2'
collect2: error: ld returned 1 exit status

@gorockn gorockn mentioned this pull request Sep 17, 2022
7 tasks
@AppVeyorBot
Copy link

@Lamina-Cocoa Lamina-Cocoa merged commit d2da95a into auriga:master Sep 17, 2022
@gorockn gorockn deleted the feat-github-actions-integration-linux-build-gcc branch September 17, 2022 15:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants