File tree Expand file tree Collapse file tree 6 files changed +24
-13
lines changed
Expand file tree Collapse file tree 6 files changed +24
-13
lines changed Original file line number Diff line number Diff line change @@ -16,12 +16,12 @@ name: ✅ CI
1616
1717on :
1818 workflow_dispatch :
19- pull_request :
20- push :
21- branches :
22- - main
23- schedule :
24- - cron : " 0 12 * * 0"
19+ # pull_request:
20+ # push:
21+ # branches:
22+ # - main
23+ # schedule:
24+ # - cron: "0 12 * * 0"
2525
2626jobs :
2727 ci :
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ name: 🚀 Deploy
22
33on :
44 workflow_dispatch :
5- release :
6- types : [published]
5+ # release:
6+ # types: [published]
77
88jobs :
99 deploy :
Original file line number Diff line number Diff line change 1+ # Nearpoint linker plugin
2+
3+ > [ !WARNING]
4+ > 🚧 This repo is under construction 🚧
5+
6+ This does not work and much of the code is scaffolding that was made with the help of the LLM Claude Sonnet.
Original file line number Diff line number Diff line change 1+ # Linux armv8 implementation of libexcept
2+
3+ > [ !TIP]
4+ > We haven't begun work on this yet, but this is something we plan to implement
5+ > in the future.
Original file line number Diff line number Diff line change 1+ # Linux x86_64 implementation of libexcept
2+
3+ > [ !TIP]
4+ > We haven't begun work on this yet, but this is something we plan to implement
5+ > in the future.
Original file line number Diff line number Diff line change @@ -24,13 +24,8 @@ class TestPackageConan(ConanFile):
2424 generators = "VirtualRunEnv" , "CMakeDeps" , "CMakeToolchain"
2525
2626 def build_requirements (self ):
27- < << << << < HEAD :v1 / test_package / conanfile .py
28- self .tool_requires ("ninja/[^1.13.1]" )
29- self .tool_requires ("cmake/[^4.0.0]" )
30- == == == ==
3127 self .tool_requires ("cmake/[^4.0.0]" )
3228 self .tool_requires ("ninja/[^1.3.0]" )
33- >> >> >> >> f7f80c8 (:rocket : Add LLVM support ):v2 / test_package / conanfile .py
3429
3530 def requirements (self ):
3631 self .requires (self .tested_reference_str )
You can’t perform that action at this time.
0 commit comments