Commit Graph

676 Commits

Author SHA1 Message Date
Sameer Rahmani a371c5e7fa
deps: Remove all the submodules to try subtrees 2023-02-20 22:55:58 +00:00
Sameer Rahmani 65a6f1aba9
deps: Remove the incorrect git modules 2023-02-20 22:45:28 +00:00
Sameer Rahmani 4ec2e35ed8
builder: Add a dummy linux toolchain file 2023-02-10 19:58:23 +00:00
Sameer Rahmani 4d5027d13d
builder: Add to new cmake vars to control libcxx usage 2023-02-10 17:42:12 +00:00
Sameer Rahmani fe8b1763a3
deps: Change the iwyu repo to our own fork 2023-02-10 17:40:56 +00:00
Sameer Rahmani ba575d6899
deps: Run various LLVM tests as part of the build process 2023-02-10 17:39:57 +00:00
Sameer Rahmani 5284ea4d92
deps: Update iwyu to our own patch to fix Triple.h path 2023-02-10 17:39:19 +00:00
Sameer Rahmani 5d1c7d8e23
Fix the Triple.h include in iwyu 2023-02-08 15:04:28 +00:00
Sameer Rahmani b9af5cff77
llvm: Update the llvm version 2023-02-08 14:38:06 +00:00
Sameer Rahmani 2cfc1e8c09
builder: Add libc++ as the standard cpp lib 2023-02-06 18:08:25 +00:00
Sameer Rahmani 36f8e59c2b
builder: Unset the 'x' parameter 2023-02-06 18:01:31 +00:00
Sameer Rahmani c59aa96ca5
builder: Fix the bug with CC and an env with no compiler 2023-02-06 18:00:33 +00:00
Sameer Rahmani dc61b42d57
Fix the license header for 2023 2023-02-06 17:40:45 +00:00
Sameer Rahmani 87d227ac6f
Fix all the conversion warnings 2023-02-06 17:11:20 +00:00
Sameer Rahmani dc746f7a8c
Enable more warning flags 2023-02-06 15:44:19 +00:00
Sameer Rahmani 8842dd4ebb
Fix all IWUY warnings 2023-02-06 15:44:19 +00:00
Sameer Rahmani 72c3b0ce16
builder: Fix the bug with compiler selection 2023-02-06 13:37:24 +00:00
Sameer Rahmani 852071c229
llvm: Update llvm to recent master 2023-02-05 21:23:12 +00:00
Sameer Rahmani 9fdde72496
jit: Fix a couple of warning in the JIT 2023-02-05 21:02:18 +00:00
Sameer Rahmani 7993e6ac1c
builder: Give up on automatically setup the dev env 2023-02-05 19:17:31 +00:00
Sameer Rahmani d8721ec5e6
Remove CXX flags from setup_env 2023-02-05 17:35:16 +00:00
Sameer Rahmani 0bbb996e4a
CI: Enable libc++ 2023-02-04 21:16:05 +00:00
Sameer Rahmani 1bbdb054b3
CI: Enable libc++ 2023-02-04 21:13:14 +00:00
Sameer Rahmani a43e2032ae
CI: Add an inspect statement to the builder 2023-02-04 21:01:28 +00:00
Sameer Rahmani ea0660acbd
CI: Add a failure step 2023-02-04 20:57:15 +00:00
Sameer Rahmani 45cc991891
Stop trying to automate the dependency activation 2023-02-04 20:33:27 +00:00
Sameer Rahmani 90c59443bf
deps: Replace the 'describe' base version to commit sha 2023-02-04 20:32:55 +00:00
Sameer Rahmani abf3c912f5
Remove the unrelible activate script 2023-02-04 20:30:07 +00:00
Sameer Rahmani 1205146349
CI: Updathe the image to v9 2023-02-04 01:23:41 +00:00
Sameer Rahmani 80f074e70d
CI: Updathe the image to v8 2023-02-04 01:10:34 +00:00
Sameer Rahmani ec692c6ccd
CI: Updathe the image to v7 2023-02-04 00:59:32 +00:00
Sameer Rahmani 15d4449c26
CI: Add debug statements in the activate script 2023-02-04 00:48:18 +00:00
Sameer Rahmani 7ee1cda15e
CI: Avoid cloning the submodules for the linter pipeline 2023-02-04 00:45:09 +00:00
Sameer Rahmani a2862bb667
CI: Fix the build pipeline's file name 2023-02-04 00:36:13 +00:00
Sameer Rahmani 74358a372a
CI: Trigger Pipeline 2023-02-04 00:33:49 +00:00
Sameer Rahmani 7f280e463c
CI: Split the pipeline into build and lint 2023-02-04 00:31:41 +00:00
Sameer Rahmani d3dc844e9a
Fix the get_version function to include the full commit sha 2023-02-04 00:22:26 +00:00
Sameer Rahmani 154ab2573f
deps: Disbale quiet mode of http_pull 2023-02-03 23:58:51 +00:00
Sameer Rahmani 23aff71e2a
CI: Updathe the image to v6 2023-02-03 23:47:45 +00:00
Sameer Rahmani 2bfe70dd51
deps: Fail the process as soon as http_pull fails 2023-02-03 23:33:46 +00:00
Sameer Rahmani 60b1e67e91
CI: Update the image to v5 2023-02-03 23:33:15 +00:00
Sameer Rahmani 5deb5b4e03
builder: Add a initialization step 2023-02-03 23:19:43 +00:00
Sameer Rahmani 3ba23f708f
CI: Add the build step 2023-02-03 23:10:49 +00:00
Sameer Rahmani 1cdf4336d1
CI: Update the CI image to 4 and attach the serene volume 2023-02-03 22:16:30 +00:00
Sameer Rahmani 475cb725b4
builder: Remove any reference to CC, CXX from builder 2023-02-03 22:05:35 +00:00
Sameer Rahmani 4d9c6f3971
CI: Update the ci image tag to v3 2023-02-03 20:57:17 +00:00
Sameer Rahmani 8153f7884e
CI: Update the ci image tag 2023-02-03 20:44:51 +00:00
Sameer Rahmani 9bc8086f06
CI: Update the images to use our custom image 2023-02-03 20:39:06 +00:00
Sameer Rahmani 798077ee63
CI: Install bash in the prepare step 2023-02-03 19:09:15 +00:00
Sameer Rahmani d760e0538b
CI: Fix the typo in the pipeline 2023-02-03 18:59:55 +00:00