We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a22b92d commit 5a8a403Copy full SHA for 5a8a403
.buckconfig.oss
@@ -14,6 +14,7 @@
14
15
[cxx]
16
cxxflags = -std=c++17
17
+ ldflags = -Wl,--no-undefined
18
should_remap_host_platform = true
19
cpp = /usr/bin/clang
20
cc = /usr/bin/clang
.github/workflows/_buck-build-test.yml
@@ -73,7 +73,7 @@ jobs:
73
timeout_minutes: 10
74
max_attempts: 5
75
command: |
76
- sh scripts/buck_setup.sh
+ bash scripts/buck_setup.sh
77
78
- name: Build tools
79
run: |
@@ -122,3 +122,7 @@ jobs:
122
- name: Build everything
123
124
buck build //... --keep-going
125
+
126
+ - name: Build aten_cpu@shared
127
+ run: |
128
+ buck build :aten_cpu#linux-x86_64,shared
0 commit comments