Commit graph

55 commits

Author SHA1 Message Date
30d46261b7
use updated build system for model path 2025-03-20 08:53:47 -07:00
e02fb699fc
move away from deprecated API 2024-12-19 08:54:30 -08:00
88d7e99d6b
add a build option to disable LLVM 2024-12-19 08:43:25 -08:00
97b784f8e3
cleanup main, re-enable riscv64-linux 2024-10-17 12:00:20 -07:00
1e2b3a6759
add smoke test step to speed local tests 2024-10-17 10:02:55 -07:00
f85eb4caf1
add hack to allow import in build scripts 2024-08-23 13:50:30 -07:00
0bd583cae0
allow use in build scripts 2024-08-23 13:17:52 -07:00
3b35936ac6
disable wasi again 2024-08-23 12:59:56 -07:00
38b51c768b
reformat test targets 2024-08-23 12:16:30 -07:00
927871c59e
add check step for usage with zls 2024-07-01 18:54:58 -07:00
dd6a87a034
CrossTarget -> std.Target.Query 2024-07-01 12:55:49 -07:00
a659c99350
re-enable windows test for 0.13/LLVM 18, update README 2024-06-04 17:34:33 -07:00
7d80f42a3e
update to zig 0.13-dev.365 (zig nominated build 2024.05) 2024-06-04 14:53:09 -07:00
c825ef72fe
disable windows tests on github 2024-04-23 08:55:56 -07:00
99a61c0bd2
update aws-zig to zig 0.12.0 (example will still fail) 2024-04-22 08:23:01 -07:00
e74a0e9456
get build LLVM-approved (riscv64-linux disabled for now) 2024-04-02 17:49:45 -07:00
723e0b0989
add commented out "normal test" pattern 2024-04-02 17:47:50 -07:00
d442671275
upgrade zig build gen build command to zig 0.12
This removes the copied Package.zig as we can now use the actual package
manager and look at our available dependencies in build.zig. This may
break again later as I believe lazy dependencies are planned, which will
have us search for a solution to tell the build system we're expecting
this dependency.
2024-03-30 15:26:24 -07:00
298f895bfe
update aws models to 2024-02-28 release 2024-02-29 13:54:50 -08:00
14666da73f
clean up build (includes two fixes for arm 32 bit) 2024-01-09 15:22:03 -08:00
5d13b48da6
adjust modules 2023-09-14 15:11:03 -07:00
090c06c403
add explicit smithy dependency of aws module 2023-09-05 16:38:37 -07:00
27dfede802
add actions runtime token/url to environment 2023-09-05 13:00:40 -07:00
ae07f82dd5
disable ec2_query demos temporarily 2023-08-27 11:40:56 -07:00
1ba69e38ed
unit test crashing and leaky, but not failing 2023-08-27 10:29:01 -07:00
db4037111f
use copied package manager to fetch models
With this commit, I have copied a significant amount of package
manager code from zig 0.11 that was not included in the standard
library. This code is in Package.zig, and was augmented/adjusted
to handle the use case of arbitrary data files rather than the
specialized zig project use case of the package manager. It
arguably should be in a seperate repo, but we can move this later
if needed.
2023-08-25 11:31:18 -07:00
4dacca2d46
introduce verbosity 2023-08-14 22:56:19 -07:00
cbb6116a61
add test step 2023-08-14 22:45:46 -07:00
b603822679
make codegen releasesafe 2023-08-14 22:41:09 -07:00
3b249d62b9
better codegen but without caching 2023-08-14 22:38:37 -07:00
64dc7b5772
add thoughts on adding git rev 2023-08-14 08:49:23 -07:00
3834fe6a49
add thoughts on code gen 2023-08-14 08:48:01 -07:00
f95de3457c
need to address testing 2023-08-05 13:11:30 -07:00
8760662cf7
partial upgrade of build 2023-08-04 16:40:24 -07:00
cfdf4a3141
these are old changes, but I believe part of 0.11 from a while back 2023-08-04 10:06:54 -07:00
f5e1019a39
make codegen dependent on any source update in codegen directory 2022-05-28 15:29:17 -07:00
0371e5a5e0
add macos to CI 2022-02-08 22:36:36 -08:00
be42b07086
add tls trust chain for AWS 2022-01-19 21:17:44 -08:00
3bf6adc13e
initial cut of VersionStep - implementation TBD 2022-01-12 12:21:28 -08:00
87323ecb71
move test step to its own file for reuse 2022-01-12 12:03:04 -08:00
eb449eabb0
dig out aws crt. project no longer builds 2022-01-10 21:49:59 -08:00
1c41737202
upgrade to zig 0.9.0 2022-01-03 08:06:14 -08:00
f415e97425
add automatic regen (though there is probably a better way here) 2021-07-23 14:05:26 -07:00
2e01197d58
add default 2021-07-14 08:38:42 -07:00
fda5589f20
fix stripping, update readme for proper sizing 2021-06-30 15:14:36 -07:00
ebbcdb271b
add smithy package to tests 2021-06-30 13:49:02 -07:00
13e43528b5
move install to end 2021-06-30 11:13:12 -07:00
487abc057f
perform build before test/add gen as a dependency for test 2021-06-30 11:09:30 -07:00
e98d64f39c
update build.zig and README 2021-06-30 09:37:14 -07:00
9a0908bc63
adjust build.zig for zig 0.9.0 >= c5d412268 2021-06-12 13:40:23 -07:00