arebil has quit [Quit: My keyboard has gone to sleep. ZZZzzz…]
gunnbr_ has quit [Ping timeout: 265 seconds]
ferdna has quit [Quit: Leaving]
gunnbr_ has joined #openscad
gunnbr_ has quit [Quit: Leaving]
ur5us has quit [Ping timeout: 245 seconds]
arebil has joined #openscad
Guest81 has joined #openscad
Guest81 has quit [Ping timeout: 256 seconds]
gunnbr_ has joined #openscad
gunnbr_ has quit [Ping timeout: 264 seconds]
Junxter has quit [Read error: Connection reset by peer]
Junxter has joined #openscad
pa has quit [Ping timeout: 264 seconds]
pah has joined #openscad
pah has quit [Ping timeout: 245 seconds]
pah has joined #openscad
ur5us has joined #openscad
lastrodamo has joined #openscad
ur5us has quit [Ping timeout: 245 seconds]
ur5us has joined #openscad
ur5us has quit [Ping timeout: 264 seconds]
pah is now known as pa
ochafik has joined #openscad
ochafik_ has joined #openscad
ochafik_ has quit [Remote host closed the connection]
ochafik_ has joined #openscad
ochafik has quit [Ping timeout: 258 seconds]
ochafik has joined #openscad
ochafik_ has quit [Ping timeout: 264 seconds]
ochafik has quit [Remote host closed the connection]
ochafik has joined #openscad
ochafik has quit [Remote host closed the connection]
ochafik has joined #openscad
ochafik has quit [Remote host closed the connection]
ochafik has joined #openscad
arebil has quit [Quit: My keyboard has gone to sleep. ZZZzzz…]
ochafik has quit [Remote host closed the connection]
ochafik has joined #openscad
arebil has joined #openscad
ochafik has quit [Remote host closed the connection]
lastrodamo has quit [Quit: Leaving]
linext__ has joined #openscad
linext_ has quit [Ping timeout: 265 seconds]
ochafik has joined #openscad
arebil has quit [Quit: My keyboard has gone to sleep. ZZZzzz…]
ochafik has quit [Remote host closed the connection]
ochafik has joined #openscad
ochafik has quit [Remote host closed the connection]
Guest90 has joined #openscad
Guest90 has quit [Client Quit]
ochafik_ has joined #openscad
ochafik_ has quit [Remote host closed the connection]
ochafik has joined #openscad
arebil has joined #openscad
othx has quit [Remote host closed the connection]
othx has joined #openscad
ToAruShiroiNeko has joined #openscad
othx has quit [Remote host closed the connection]
othx has joined #openscad
arebil has quit [Quit: My keyboard has gone to sleep. ZZZzzz…]
ochafik has quit [Remote host closed the connection]
ochafik has joined #openscad
ochafik has quit [Remote host closed the connection]
<peepsalot>
teepee: if all our nightly builds are on cgal 5.3 now, should we try to get the CI servers also on the same version?
<peepsalot>
i saw kintel's branch was getting errors on "nonplanar" tests, and i'm wondering if that's due to a difference in cgal versions. i saw 5.2.2 on test report, and i can't reproduce locally, on 5.3
ur5us has joined #openscad
<teepee>
peepsalot: yep, that sounds like a good idea, I'd prefer 5.3.1 but we can't know when that's released :(
<peepsalot>
i mean, can we just add sources to your OBS repo for cgal?
<teepee>
for the debian based builds, yes
<teepee>
hmm, now where's the MXE stuff, not sure if upstream finally updated or if that's still in our repo
<teepee>
argh CMake 3.12...3.20 or higher is required. You are running version 3.10.2
<InPhase>
Sometimes people just throw random values in for cmake_minimum_required matching what they have on their system, because they don't know what's actually required. You can always try just editing that and crossing your fingers.
<InPhase>
They introduced that minimum_required when they put in all those breaking changes, and that didn't come with guidance on what to actually put there. :) Hence, we now have this problem.
<InPhase>
I have successfully built things with bogus requirements set like that.
ali12341 has quit [Remote host closed the connection]
ali1234 has joined #openscad
Junxter has quit [Ping timeout: 264 seconds]
<teepee>
yeah, I guess my first try is to just patch that out