Skip to content

Commit

Permalink
Preparing for...
Browse files Browse the repository at this point in the history
Zero, zero, one dot two
Will build many things
  • Loading branch information
John-LittleBearLabs committed Sep 5, 2024
1 parent 3ec8a1f commit 2e96897
Show file tree
Hide file tree
Showing 140 changed files with 832 additions and 1,405 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/library.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: Basic library (ipfs_client) build
on:
pull_request:
workflow_dispatch:
release:
types: [created]
types: [published]
jobs:
prechecks:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -141,10 +142,10 @@ jobs:
shell: bash
run: cmake --build build --config ${{ matrix.config.build_type }} --target package
- name: Upload to release
if: github.event_name == 'release' && matrix.config.build_type == 'Release'
if: (github.event_name == 'release' || github.event_name == 'workflow_dispatch') && matrix.config.build_type == 'Release'
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
run: |
cd build
python3 ../cmake/release.py --library-only
python3 ../cmake/release.py
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ CMakeUserPresets.json
.*.swp
gotit.json
.kdev4/ipfs-chromium.kdev4
*.autosave.*
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ set(DEPOT_TOOLS_DIRECTORY "${default_dt}" CACHE PATH
)
set(TEST_BY_DEFAULT FALSE CACHE BOOL "Update unit tests as part of the 'all' default target.")
set(USE_DOXYGEN TRUE CACHE BOOL "If we should attempt to use Doxygen to generate documentation.")
set(BRANDING_DIR "branding" CACHE PATH "Directory conataining branding files to synchronize. If empty, don't apply any branding changes.")
set(BRANDING_DIR "${CMAKE_CURRENT_LIST_DIR}/branding" CACHE PATH "Directory conataining branding files to synchronize. If empty, don't apply any branding changes.")
#End of user-configuration cache variables.

if(CXX_VERSION GREATER_EQUAL 20)
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

79 changes: 0 additions & 79 deletions chromium_edits/124.0.6329.0/components/cbor/values.h.patch

This file was deleted.

14 changes: 0 additions & 14 deletions chromium_edits/124.0.6329.0/components/cbor/writer.cc.patch

This file was deleted.

This file was deleted.

28 changes: 0 additions & 28 deletions chromium_edits/124.0.6329.0/url/url_canon.h.patch

This file was deleted.

Loading

0 comments on commit 2e96897

Please sign in to comment.