aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/build.yml
Commit message (Collapse)AuthorAgeFilesLines
* ci: macos: explicitely install unboundtobtoht2026-05-301-1/+1
|
* ci: don't save caches for pull requeststobtoht2026-05-251-12/+70
| | | | Co-authored-by: selsta <selsta@sent.at>
* daemon: remove miniupnptobtoht2026-04-261-2/+2
|
* ci: bump deprecated actionstobtoht2026-04-231-12/+12
|
* ci: arch: add missing boost-libs dependencytobtoht2026-03-281-1/+1
|
* ci: macos: reinstall cmaketobtoht2025-08-301-0/+1
|
* ci: bump debian to 11 [0.18]tobtoht2025-06-151-2/+2
|
* ci: run brew updatetobtoht2025-04-031-1/+2
|
* Merge pull request #9797tobtoht2025-02-161-0/+19
|\ | | | | | | f97fef1e9 ci: add arch linux build (tobtoht)
| * ci: add arch linux buildtobtoht2025-02-151-0/+19
| |
* | Fix build with boost ASIO 0.87. Support boost 1.66+Lee *!* Clagett2025-02-141-12/+2
|/
* ci: development build backports [0.18]tobtoht2025-02-081-153/+199
|
* tests: Fix tools::is_hdd unit testsiamamyth2025-02-081-0/+2
| | | | | | | | | | | Correct the unit tests for tools::is_hdd to avoid making assumptions about the configuration of a particular device based solely on the value of the __GLIBC__ preprocessor flag. Instead, rely on the test invoker to provide paths for devices of specific types via the process environment, thereby avoiding faulty assumptions and improving the specificity of test assertions. To ensure appropriate devices exist, add a script, tests/create_test_disks.sh, which configures loopback devices mirroring relevant configurations.
* ci: update to v4 actionstobtoht2025-02-021-12/+12
|
* ci: msys2: downgrade icu to fix buildtobtoht2025-01-231-2/+4
|
* CI: -j4 with lin/win runnersplowsof2024-12-231-3/+3
| | | | https://docs.github.com/en/actions/using-github-hosted-runners/using-github-hosted-runners/about-github-hosted-runners#standard-github-hosted-runners-for-public-repositories
* Merge pull request #9626luigi11112024-12-231-1/+3
|\ | | | | | | 6a56219 ci: brew: pin boost to 1.85 (tobtoht)
| * ci: brew: pin boost to 1.85tobtoht2024-12-171-1/+3
| |
* | ci: msys2: pin boost to 1.86.0tobtoht2024-12-211-0/+7
|/
* Merge pull request #8566luigi11112023-06-271-1/+1
|\ | | | | | | 65e13db wallet2: fix rescanning tx via scan_tx (j-berman)
| * wallet2: fix rescanning tx via scan_txj-berman2023-03-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Detach & re-process txs >= lowest scan height - ensures that if a user calls scan_tx(tx1) after scanning tx2, the wallet correctly processes tx1 and tx2 - if a user provides a tx with a height higher than the wallet's last scanned height, the wallet will scan starting from that tx's height - scan_tx requires trusted daemon iff need to re-process existing txs: in addition to querying a daemon for txids, if a user provides a txid of a tx with height *lower* than any *already* scanned txs in the wallet, then the wallet will also query the daemon for all the *higher* txs as well. This is likely unexpected behavior to a caller, and so to protect a caller from revealing txid's to an untrusted daemon in an unexpected way, require the daemon be trusted.
* | workflows: update dependencies to fix warningsselsta2023-02-201-13/+14
|/
* Merge pull request #8654luigi11112023-01-111-0/+1
|\ | | | | | | 5973985 workflows: set a public DNS when doing tests (selsta)
| * workflows: set a public DNS when doing testsselsta2022-11-291-0/+1
| |
* | Merge pull request #8594luigi11112022-10-281-3/+3
|\ \ | |/ |/| | | d7445b5 workflows: ubuntu 18.04 is deprecated (selsta)
| * workflows: ubuntu 18.04 is deprecatedselsta2022-09-241-3/+3
| | | | | | | | And will soon be removed.
* | repo: remove ldns leftoversselsta2022-09-201-1/+1
|/
* Publish submitted txs via zmqj-berman2022-07-211-1/+1
|
* Makefile: fix spelling of CMAKE_BUILD_TYPE valueselsta2022-04-081-1/+1
|
* Merge pull request #7675luigi11112022-03-181-1/+6
|\ | | | | | | de4413b workflows: don't build PRs if only docs and READMEs are being changed (erciccione)
| * workflows: don't build PRs if only docs and READMEs are being changederciccione2021-06-211-1/+6
| |
* | workflows: add missing dependency, fix mac buildselsta2021-09-301-1/+1
| |
* | CI: ccache common settings variable and apt settings tidyingmj-xmr2021-09-151-12/+12
| |
* | Merge pull request #7855luigi11112021-09-091-10/+10
|\ \ | | | | | | | | | ce0a2ce CI: use runner.os instead of OS labels (mj-xmr)
| * | CI: use runner.os instead of OS labelsmj-xmr2021-08-121-10/+10
| | |
* | | Merge pull request #7773 from selsta/unboundluigi11112021-09-091-1/+1
|\ \ \ | |/ / |/| | external: remove unbound submodule
| * | external: remove unbound submoduleselsta2021-09-031-1/+1
| | |
* | | CI: Ubuntu-Test reuses Ubuntu-Build cache and building static libsmj-xmr2021-07-301-13/+9
| | |
* | | Merge pull request #7776luigi11112021-07-271-2/+2
|\ \ \ | | | | | | | | | | | | c26e3ee workflows: fix libwallet ci test (selsta)
| * | | workflows: fix libwallet ci testselsta2021-07-081-2/+2
| |/ /
* / / CI: add Ubuntu 18.04 for back. compat. testmj-xmr2021-07-121-3/+11
|/ /
* | Merge pull request #7670luigi11112021-05-121-0/+17
|\ \ | | | | | | | | | 2dfb111 workflows: upload source archive artifact (selsta)
| * | workflows: upload source archive artifactselsta2021-04-191-0/+17
| |/ | | | | | | Co-authored-by: xiphon <xiphon@protonmail.com>
* / CI: Actions' build.yaml uses variables instead of repetitionsmj-xmr2021-04-151-18/+18
|/
* CI: ccache for ubuntu-test; Using "Default" architecturemj-xmr2021-04-061-2/+20
| | | | The cmake logic is in workflows/build.yml
* [CI] Adaptive mining timeout, depending on available CPU powermj-xmr2021-03-301-2/+2
| | | | Printing also available RAM. Add comprehensive description.
* Merge pull request #7381luigi11112021-02-181-2/+13
|\ | | | | | | 21566fe [CI] Add ccache to Windows build (mj-xmr)
| * [CI] Add ccache to Windows buildmj-xmr2021-02-171-2/+13
| |
* | [CI] MacOSX ccache: Proper ccache directory used of ↵mj-xmr2021-02-171-1/+1
|/ | | | /Users/runner/Library/Caches/ccache
* Merge pull request #6495luigi11112020-12-121-6/+37
|\ | | | | | | 12a422c workflows: add ccache support (selsta)